Shades of Cold Purple #9C8AC8
Tints of Cold Purple #9C8AC8
RGB
CMYK
RGB Variations
Color information
#9C8AC8 (or 0x9C8AC8) is known color: Cold Purple. HEX triplet: 9C, 8A and C8. RGB value is (156,138,200). Sum of RGB (Red+Green+Blue) = 156+138+200=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 200 - color contains mainly: blue. Hex color #9C8AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8AC8 is #637537. Grayscale: #969696. Windows color (decimal): -6518072 or 13142684. OLE color: 13142684.
HSL color Cylindrical-coordinate representation of color #9C8AC8: hue angle of 257.42º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C8AC8 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 138 | 200 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.22 |
| HSL | 257.42º | 0.36% | 0.66% | - |
| HSV(B) | 257.42º | 0.31% | 0.78% | - |
| XYZ | 33.22 | 29.42 | 58.57 | - |
| YUV | 150.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 200 | 0.22 | 0.31 | 0 | 0.22 | 257.42 | 0.36 | 0.66 |
| Hex | 9C | 8A | C8 | 16 | 1F | 0 | 16 | 101 | 24 | 42 |
| Octal | 234 | 212 | 310 | 26 | 37 | 0 | 26 | 401 | 44 | 102 |
| Binary | 10011100 | 10001010 | 11001000 | 10110 | 11111 | 0 | 10110 | 100000001 | 100100 | 1000010 |
Color Harmonies of #9C8AC8
Complementary color
Monochromatic Colors of #9C8AC8
Black with #9C8AC8
Text Example
Text Example
White with #9C8AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8AC8; }
p { color: rgb(156,138,200); }
H1.HeaderClassName
{
color: #9C8AC8;
}
.AnyTagClassName
{
color: #9C8AC8;
}
</style>
background-color css
<style>
a { background-color: #9C8AC8; }
a { background-color: rgb(156,138,200); }
div.DivClassName
{
background-color: #9C8AC8;
}
.BgClassName
{
background-color: #9C8AC8;
}
</style>
border-color css
<style>
span { border-color: #9C8AC8; }
span { border-color: rgb(156,138,200); }
td.TdClassName
{
border-color: #9C8AC8;
}
.TagClassName
{
border-color: #9C8AC8;
}
</style>