Shades of Cold Purple #9F8DB3
Tints of Cold Purple #9F8DB3
RGB
CMYK
RGB Variations
Color information
#9F8DB3 (or 0x9F8DB3) is known color: Cold Purple. HEX triplet: 9F, 8D and B3. RGB value is (159,141,179). Sum of RGB (Red+Green+Blue) = 159+141+179=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F8DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DB3 is #60724C. Grayscale: #969696. Windows color (decimal): -6320717 or 11767199. OLE color: 11767199.
HSL color Cylindrical-coordinate representation of color #9F8DB3: hue angle of 268.42º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F8DB3 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 159 | 141 | 179 | - |
CMYK | 0.11 | 0.21 | 0 | 0.30 |
HSL | 268.42º | 0.2% | 0.63% | - |
HSV(B) | 268.42º | 0.21% | 0.7% | - |
XYZ | 31.96 | 29.68 | 46.69 | - |
YUV | 150.71 | 143.96 | 133.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 141 | 179 | 0.11 | 0.21 | 0 | 0.30 | 268.42 | 0.2 | 0.63 |
Hex | 9F | 8D | B3 | B | 15 | 0 | 1E | 10C | 14 | 3F |
Octal | 237 | 215 | 263 | 13 | 25 | 0 | 36 | 414 | 24 | 77 |
Binary | 10011111 | 10001101 | 10110011 | 1011 | 10101 | 0 | 11110 | 100001100 | 10100 | 111111 |
Color Harmonies of #9F8DB3
Complementary color
Monochromatic Colors of #9F8DB3
Black with #9F8DB3
Text Example
Text Example
White with #9F8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8DB3; }
p { color: rgb(159,141,179); }
H1.HeaderClassName
{
color: #9F8DB3;
}
.AnyTagClassName
{
color: #9F8DB3;
}
</style>
background-color css
<style>
a { background-color: #9F8DB3; }
a { background-color: rgb(159,141,179); }
div.DivClassName
{
background-color: #9F8DB3;
}
.BgClassName
{
background-color: #9F8DB3;
}
</style>
border-color css
<style>
span { border-color: #9F8DB3; }
span { border-color: rgb(159,141,179); }
td.TdClassName
{
border-color: #9F8DB3;
}
.TagClassName
{
border-color: #9F8DB3;
}
</style>