Shades of Cold Purple #9B86CE
Tints of Cold Purple #9B86CE
RGB
CMYK
RGB Variations
Color information
#9B86CE (or 0x9B86CE) is known color: Cold Purple. HEX triplet: 9B, 86 and CE. RGB value is (155,134,206). Sum of RGB (Red+Green+Blue) = 155+134+206=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B86CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B86CE is #647931. Grayscale: #949494. Windows color (decimal): -6584626 or 13534875. OLE color: 13534875.
HSL color Cylindrical-coordinate representation of color #9B86CE: hue angle of 257.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B86CE is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 134 | 206 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.19 |
| HSL | 257.5º | 0.42% | 0.67% | - |
| HSV(B) | 257.5º | 0.35% | 0.81% | - |
| XYZ | 33.18 | 28.47 | 62.14 | - |
| YUV | 148.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 206 | 0.25 | 0.35 | 0 | 0.19 | 257.5 | 0.42 | 0.67 |
| Hex | 9B | 86 | CE | 19 | 23 | 0 | 13 | 102 | 2A | 43 |
| Octal | 233 | 206 | 316 | 31 | 43 | 0 | 23 | 402 | 52 | 103 |
| Binary | 10011011 | 10000110 | 11001110 | 11001 | 100011 | 0 | 10011 | 100000010 | 101010 | 1000011 |
Color Harmonies of #9B86CE
Complementary color
Monochromatic Colors of #9B86CE
Black with #9B86CE
Text Example
Text Example
White with #9B86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B86CE; }
p { color: rgb(155,134,206); }
H1.HeaderClassName
{
color: #9B86CE;
}
.AnyTagClassName
{
color: #9B86CE;
}
</style>
background-color css
<style>
a { background-color: #9B86CE; }
a { background-color: rgb(155,134,206); }
div.DivClassName
{
background-color: #9B86CE;
}
.BgClassName
{
background-color: #9B86CE;
}
</style>
border-color css
<style>
span { border-color: #9B86CE; }
span { border-color: rgb(155,134,206); }
td.TdClassName
{
border-color: #9B86CE;
}
.TagClassName
{
border-color: #9B86CE;
}
</style>