Shades of Cold Purple #9C81BD
Tints of Cold Purple #9C81BD
RGB
CMYK
RGB Variations
Color information
#9C81BD (or 0x9C81BD) is known color: Cold Purple. HEX triplet: 9C, 81 and BD. RGB value is (156,129,189). Sum of RGB (Red+Green+Blue) = 156+129+189=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C81BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C81BD is #637E42. Grayscale: #8F8F8F. Windows color (decimal): -6520387 or 12419484. OLE color: 12419484.
HSL color Cylindrical-coordinate representation of color #9C81BD: hue angle of 267º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C81BD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 129 | 189 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.26 |
| HSL | 267º | 0.31% | 0.62% | - |
| HSV(B) | 267º | 0.32% | 0.74% | - |
| XYZ | 30.75 | 26.44 | 51.63 | - |
| YUV | 143.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 189 | 0.17 | 0.32 | 0 | 0.26 | 267 | 0.31 | 0.62 |
| Hex | 9C | 81 | BD | 11 | 20 | 0 | 1A | 10B | 1F | 3E |
| Octal | 234 | 201 | 275 | 21 | 40 | 0 | 32 | 413 | 37 | 76 |
| Binary | 10011100 | 10000001 | 10111101 | 10001 | 100000 | 0 | 11010 | 100001011 | 11111 | 111110 |
Color Harmonies of #9C81BD
Complementary color
Monochromatic Colors of #9C81BD
Black with #9C81BD
Text Example
Text Example
White with #9C81BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C81BD; }
p { color: rgb(156,129,189); }
H1.HeaderClassName
{
color: #9C81BD;
}
.AnyTagClassName
{
color: #9C81BD;
}
</style>
background-color css
<style>
a { background-color: #9C81BD; }
a { background-color: rgb(156,129,189); }
div.DivClassName
{
background-color: #9C81BD;
}
.BgClassName
{
background-color: #9C81BD;
}
</style>
border-color css
<style>
span { border-color: #9C81BD; }
span { border-color: rgb(156,129,189); }
td.TdClassName
{
border-color: #9C81BD;
}
.TagClassName
{
border-color: #9C81BD;
}
</style>