Shades of Cold Purple #9B81CB
Tints of Cold Purple #9B81CB
RGB
CMYK
RGB Variations
Color information
#9B81CB (or 0x9B81CB) is known color: Cold Purple. HEX triplet: 9B, 81 and CB. RGB value is (155,129,203). Sum of RGB (Red+Green+Blue) = 155+129+203=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B81CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B81CB is #647E34. Grayscale: #909090. Windows color (decimal): -6585909 or 13336987. OLE color: 13336987.
HSL color Cylindrical-coordinate representation of color #9B81CB: hue angle of 261.08º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B81CB is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 129 | 203 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.20 |
| HSL | 261.08º | 0.42% | 0.65% | - |
| HSV(B) | 261.08º | 0.36% | 0.8% | - |
| XYZ | 32.15 | 26.98 | 60.01 | - |
| YUV | 145.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 203 | 0.24 | 0.36 | 0 | 0.20 | 261.08 | 0.42 | 0.65 |
| Hex | 9B | 81 | CB | 18 | 24 | 0 | 14 | 105 | 2A | 41 |
| Octal | 233 | 201 | 313 | 30 | 44 | 0 | 24 | 405 | 52 | 101 |
| Binary | 10011011 | 10000001 | 11001011 | 11000 | 100100 | 0 | 10100 | 100000101 | 101010 | 1000001 |
Color Harmonies of #9B81CB
Complementary color
Monochromatic Colors of #9B81CB
Black with #9B81CB
Text Example
Text Example
White with #9B81CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B81CB; }
p { color: rgb(155,129,203); }
H1.HeaderClassName
{
color: #9B81CB;
}
.AnyTagClassName
{
color: #9B81CB;
}
</style>
background-color css
<style>
a { background-color: #9B81CB; }
a { background-color: rgb(155,129,203); }
div.DivClassName
{
background-color: #9B81CB;
}
.BgClassName
{
background-color: #9B81CB;
}
</style>
border-color css
<style>
span { border-color: #9B81CB; }
span { border-color: rgb(155,129,203); }
td.TdClassName
{
border-color: #9B81CB;
}
.TagClassName
{
border-color: #9B81CB;
}
</style>