Shades of Cold Purple #9C92BD
Tints of Cold Purple #9C92BD
RGB
CMYK
RGB Variations
Color information
#9C92BD (or 0x9C92BD) is known color: Cold Purple. HEX triplet: 9C, 92 and BD. RGB value is (156,146,189). Sum of RGB (Red+Green+Blue) = 156+146+189=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C92BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C92BD is #636D42. Grayscale: #999999. Windows color (decimal): -6516035 or 12423836. OLE color: 12423836.
HSL color Cylindrical-coordinate representation of color #9C92BD: hue angle of 253.95º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C92BD is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 156 | 146 | 189 | - |
CMYK | 0.17 | 0.23 | 0 | 0.26 |
HSL | 253.95º | 0.25% | 0.66% | - |
HSV(B) | 253.95º | 0.23% | 0.74% | - |
XYZ | 33.17 | 31.3 | 52.44 | - |
YUV | 153.89 | 147.81 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 146 | 189 | 0.17 | 0.23 | 0 | 0.26 | 253.95 | 0.25 | 0.66 |
Hex | 9C | 92 | BD | 11 | 17 | 0 | 1A | FE | 19 | 42 |
Octal | 234 | 222 | 275 | 21 | 27 | 0 | 32 | 376 | 31 | 102 |
Binary | 10011100 | 10010010 | 10111101 | 10001 | 10111 | 0 | 11010 | 11111110 | 11001 | 1000010 |
Color Harmonies of #9C92BD
Complementary color
Monochromatic Colors of #9C92BD
Black with #9C92BD
Text Example
Text Example
White with #9C92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C92BD; }
p { color: rgb(156,146,189); }
H1.HeaderClassName
{
color: #9C92BD;
}
.AnyTagClassName
{
color: #9C92BD;
}
</style>
background-color css
<style>
a { background-color: #9C92BD; }
a { background-color: rgb(156,146,189); }
div.DivClassName
{
background-color: #9C92BD;
}
.BgClassName
{
background-color: #9C92BD;
}
</style>
border-color css
<style>
span { border-color: #9C92BD; }
span { border-color: rgb(156,146,189); }
td.TdClassName
{
border-color: #9C92BD;
}
.TagClassName
{
border-color: #9C92BD;
}
</style>