Shades of Cold Purple #9C8FAC
Tints of Cold Purple #9C8FAC
RGB
CMYK
RGB Variations
Color information
#9C8FAC (or 0x9C8FAC) is known color: Cold Purple. HEX triplet: 9C, 8F and AC. RGB value is (156,143,172). Sum of RGB (Red+Green+Blue) = 156+143+172=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C8FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8FAC is #637053. Grayscale: #969696. Windows color (decimal): -6516820 or 11308956. OLE color: 11308956.
HSL color Cylindrical-coordinate representation of color #9C8FAC: hue angle of 266.9º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C8FAC is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 143 | 172 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.33 |
| HSL | 266.9º | 0.15% | 0.62% | - |
| HSV(B) | 266.9º | 0.17% | 0.67% | - |
| XYZ | 30.98 | 29.69 | 43.13 | - |
| YUV | 150.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 172 | 0.09 | 0.17 | 0 | 0.33 | 266.9 | 0.15 | 0.62 |
| Hex | 9C | 8F | AC | 9 | 11 | 0 | 21 | 10B | F | 3E |
| Octal | 234 | 217 | 254 | 11 | 21 | 0 | 41 | 413 | 17 | 76 |
| Binary | 10011100 | 10001111 | 10101100 | 1001 | 10001 | 0 | 100001 | 100001011 | 1111 | 111110 |
Color Harmonies of #9C8FAC
Complementary color
Monochromatic Colors of #9C8FAC
Black with #9C8FAC
Text Example
Text Example
White with #9C8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8FAC; }
p { color: rgb(156,143,172); }
H1.HeaderClassName
{
color: #9C8FAC;
}
.AnyTagClassName
{
color: #9C8FAC;
}
</style>
background-color css
<style>
a { background-color: #9C8FAC; }
a { background-color: rgb(156,143,172); }
div.DivClassName
{
background-color: #9C8FAC;
}
.BgClassName
{
background-color: #9C8FAC;
}
</style>
border-color css
<style>
span { border-color: #9C8FAC; }
span { border-color: rgb(156,143,172); }
td.TdClassName
{
border-color: #9C8FAC;
}
.TagClassName
{
border-color: #9C8FAC;
}
</style>