Shades of Cold Purple #9C8EB4
Tints of Cold Purple #9C8EB4
RGB
CMYK
RGB Variations
Color information
#9C8EB4 (or 0x9C8EB4) is known color: Cold Purple. HEX triplet: 9C, 8E and B4. RGB value is (156,142,180). Sum of RGB (Red+Green+Blue) = 156+142+180=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: blue. Hex color #9C8EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8EB4 is #63714B. Grayscale: #969696. Windows color (decimal): -6517068 or 11832988. OLE color: 11832988.
HSL color Cylindrical-coordinate representation of color #9C8EB4: hue angle of 262.11º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C8EB4 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 142 | 180 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.29 |
| HSL | 262.11º | 0.2% | 0.63% | - |
| HSV(B) | 262.11º | 0.21% | 0.71% | - |
| XYZ | 31.62 | 29.71 | 47.25 | - |
| YUV | 150.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 180 | 0.13 | 0.21 | 0 | 0.29 | 262.11 | 0.2 | 0.63 |
| Hex | 9C | 8E | B4 | D | 15 | 0 | 1D | 106 | 14 | 3F |
| Octal | 234 | 216 | 264 | 15 | 25 | 0 | 35 | 406 | 24 | 77 |
| Binary | 10011100 | 10001110 | 10110100 | 1101 | 10101 | 0 | 11101 | 100000110 | 10100 | 111111 |
Color Harmonies of #9C8EB4
Complementary color
Monochromatic Colors of #9C8EB4
Black with #9C8EB4
Text Example
Text Example
White with #9C8EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8EB4; }
p { color: rgb(156,142,180); }
H1.HeaderClassName
{
color: #9C8EB4;
}
.AnyTagClassName
{
color: #9C8EB4;
}
</style>
background-color css
<style>
a { background-color: #9C8EB4; }
a { background-color: rgb(156,142,180); }
div.DivClassName
{
background-color: #9C8EB4;
}
.BgClassName
{
background-color: #9C8EB4;
}
</style>
border-color css
<style>
span { border-color: #9C8EB4; }
span { border-color: rgb(156,142,180); }
td.TdClassName
{
border-color: #9C8EB4;
}
.TagClassName
{
border-color: #9C8EB4;
}
</style>