Shades of Cold Purple #9D81CF
Tints of Cold Purple #9D81CF
RGB
CMYK
RGB Variations
Color information
#9D81CF (or 0x9D81CF) is known color: Cold Purple. HEX triplet: 9D, 81 and CF. RGB value is (157,129,207). Sum of RGB (Red+Green+Blue) = 157+129+207=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D81CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D81CF is #627E30. Grayscale: #919191. Windows color (decimal): -6454833 or 13599133. OLE color: 13599133.
HSL color Cylindrical-coordinate representation of color #9D81CF: hue angle of 261.54º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D81CF is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 129 | 207 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.19 |
| HSL | 261.54º | 0.45% | 0.66% | - |
| HSV(B) | 261.54º | 0.38% | 0.81% | - |
| XYZ | 33.02 | 27.37 | 62.57 | - |
| YUV | 146.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 207 | 0.24 | 0.38 | 0 | 0.19 | 261.54 | 0.45 | 0.66 |
| Hex | 9D | 81 | CF | 18 | 26 | 0 | 13 | 106 | 2D | 42 |
| Octal | 235 | 201 | 317 | 30 | 46 | 0 | 23 | 406 | 55 | 102 |
| Binary | 10011101 | 10000001 | 11001111 | 11000 | 100110 | 0 | 10011 | 100000110 | 101101 | 1000010 |
Color Harmonies of #9D81CF
Complementary color
Monochromatic Colors of #9D81CF
Black with #9D81CF
Text Example
Text Example
White with #9D81CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D81CF; }
p { color: rgb(157,129,207); }
H1.HeaderClassName
{
color: #9D81CF;
}
.AnyTagClassName
{
color: #9D81CF;
}
</style>
background-color css
<style>
a { background-color: #9D81CF; }
a { background-color: rgb(157,129,207); }
div.DivClassName
{
background-color: #9D81CF;
}
.BgClassName
{
background-color: #9D81CF;
}
</style>
border-color css
<style>
span { border-color: #9D81CF; }
span { border-color: rgb(157,129,207); }
td.TdClassName
{
border-color: #9D81CF;
}
.TagClassName
{
border-color: #9D81CF;
}
</style>