Shades of Cold Purple #9981BD
Tints of Cold Purple #9981BD
RGB
CMYK
RGB Variations
Color information
#9981BD (or 0x9981BD) is known color: Cold Purple. HEX triplet: 99, 81 and BD. RGB value is (153,129,189). Sum of RGB (Red+Green+Blue) = 153+129+189=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #9981BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9981BD is #667E42. Grayscale: #8E8E8E. Windows color (decimal): -6716995 or 12419481. OLE color: 12419481.
HSL color Cylindrical-coordinate representation of color #9981BD: hue angle of 264º 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 #9981BD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 129 | 189 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.26 |
| HSL | 264º | 0.31% | 0.62% | - |
| HSV(B) | 264º | 0.32% | 0.74% | - |
| XYZ | 30.17 | 26.15 | 51.6 | - |
| YUV | 143.02 | 153.95 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 189 | 0.19 | 0.32 | 0 | 0.26 | 264 | 0.31 | 0.62 |
| Hex | 99 | 81 | BD | 13 | 20 | 0 | 1A | 108 | 1F | 3E |
| Octal | 231 | 201 | 275 | 23 | 40 | 0 | 32 | 410 | 37 | 76 |
| Binary | 10011001 | 10000001 | 10111101 | 10011 | 100000 | 0 | 11010 | 100001000 | 11111 | 111110 |
Color Harmonies of #9981BD
Complementary color
Monochromatic Colors of #9981BD
Black with #9981BD
Text Example
Text Example
White with #9981BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9981BD; }
p { color: rgb(153,129,189); }
H1.HeaderClassName
{
color: #9981BD;
}
.AnyTagClassName
{
color: #9981BD;
}
</style>
background-color css
<style>
a { background-color: #9981BD; }
a { background-color: rgb(153,129,189); }
div.DivClassName
{
background-color: #9981BD;
}
.BgClassName
{
background-color: #9981BD;
}
</style>
border-color css
<style>
span { border-color: #9981BD; }
span { border-color: rgb(153,129,189); }
td.TdClassName
{
border-color: #9981BD;
}
.TagClassName
{
border-color: #9981BD;
}
</style>