Shades of Cold Purple #9B87CB
Tints of Cold Purple #9B87CB
RGB
CMYK
RGB Variations
Color information
#9B87CB (or 0x9B87CB) is known color: Cold Purple. HEX triplet: 9B, 87 and CB. RGB value is (155,135,203). Sum of RGB (Red+Green+Blue) = 155+135+203=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B87CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B87CB is #647834. Grayscale: #949494. Windows color (decimal): -6584373 or 13338523. OLE color: 13338523.
HSL color Cylindrical-coordinate representation of color #9B87CB: hue angle of 257.65º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B87CB is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 135 | 203 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.20 |
| HSL | 257.65º | 0.4% | 0.66% | - |
| HSV(B) | 257.65º | 0.33% | 0.8% | - |
| XYZ | 32.96 | 28.61 | 60.28 | - |
| YUV | 148.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 203 | 0.24 | 0.33 | 0 | 0.20 | 257.65 | 0.4 | 0.66 |
| Hex | 9B | 87 | CB | 18 | 21 | 0 | 14 | 102 | 28 | 42 |
| Octal | 233 | 207 | 313 | 30 | 41 | 0 | 24 | 402 | 50 | 102 |
| Binary | 10011011 | 10000111 | 11001011 | 11000 | 100001 | 0 | 10100 | 100000010 | 101000 | 1000010 |
Color Harmonies of #9B87CB
Complementary color
Monochromatic Colors of #9B87CB
Black with #9B87CB
Text Example
Text Example
White with #9B87CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B87CB; }
p { color: rgb(155,135,203); }
H1.HeaderClassName
{
color: #9B87CB;
}
.AnyTagClassName
{
color: #9B87CB;
}
</style>
background-color css
<style>
a { background-color: #9B87CB; }
a { background-color: rgb(155,135,203); }
div.DivClassName
{
background-color: #9B87CB;
}
.BgClassName
{
background-color: #9B87CB;
}
</style>
border-color css
<style>
span { border-color: #9B87CB; }
span { border-color: rgb(155,135,203); }
td.TdClassName
{
border-color: #9B87CB;
}
.TagClassName
{
border-color: #9B87CB;
}
</style>