Shades of Cold Purple #9B85BE
Tints of Cold Purple #9B85BE
RGB
CMYK
RGB Variations
Color information
#9B85BE (or 0x9B85BE) is known color: Cold Purple. HEX triplet: 9B, 85 and BE. RGB value is (155,133,190). Sum of RGB (Red+Green+Blue) = 155+133+190=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B85BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B85BE is #647A41. Grayscale: #919191. Windows color (decimal): -6584898 or 12486043. OLE color: 12486043.
HSL color Cylindrical-coordinate representation of color #9B85BE: hue angle of 263.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B85BE is Cyan = 0.18, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 133 | 190 | - |
| CMYK | 0.18 | 0.3 | 0 | 0.25 |
| HSL | 263.16º | 0.3% | 0.63% | - |
| HSV(B) | 263.16º | 0.3% | 0.75% | - |
| XYZ | 31.2 | 27.46 | 52.37 | - |
| YUV | 146.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 133 | 190 | 0.18 | 0.3 | 0 | 0.25 | 263.16 | 0.3 | 0.63 |
| Hex | 9B | 85 | BE | 12 | 1E | 0 | 19 | 107 | 1E | 3F |
| Octal | 233 | 205 | 276 | 22 | 36 | 0 | 31 | 407 | 36 | 77 |
| Binary | 10011011 | 10000101 | 10111110 | 10010 | 11110 | 0 | 11001 | 100000111 | 11110 | 111111 |
Color Harmonies of #9B85BE
Complementary color
Monochromatic Colors of #9B85BE
Black with #9B85BE
Text Example
Text Example
White with #9B85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B85BE; }
p { color: rgb(155,133,190); }
H1.HeaderClassName
{
color: #9B85BE;
}
.AnyTagClassName
{
color: #9B85BE;
}
</style>
background-color css
<style>
a { background-color: #9B85BE; }
a { background-color: rgb(155,133,190); }
div.DivClassName
{
background-color: #9B85BE;
}
.BgClassName
{
background-color: #9B85BE;
}
</style>
border-color css
<style>
span { border-color: #9B85BE; }
span { border-color: rgb(155,133,190); }
td.TdClassName
{
border-color: #9B85BE;
}
.TagClassName
{
border-color: #9B85BE;
}
</style>