Shades of Cold Purple #9B91BE
Tints of Cold Purple #9B91BE
RGB
CMYK
RGB Variations
Color information
#9B91BE (or 0x9B91BE) is known color: Cold Purple. HEX triplet: 9B, 91 and BE. RGB value is (155,145,190). Sum of RGB (Red+Green+Blue) = 155+145+190=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B91BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B91BE is #646E41. Grayscale: #989898. Windows color (decimal): -6581826 or 12489115. OLE color: 12489115.
HSL color Cylindrical-coordinate representation of color #9B91BE: hue angle of 253.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B91BE is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 145 | 190 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.25 |
| HSL | 253.33º | 0.26% | 0.66% | - |
| HSV(B) | 253.33º | 0.24% | 0.75% | - |
| XYZ | 32.94 | 30.94 | 52.95 | - |
| YUV | 153.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 145 | 190 | 0.18 | 0.24 | 0 | 0.25 | 253.33 | 0.26 | 0.66 |
| Hex | 9B | 91 | BE | 12 | 18 | 0 | 19 | FD | 1A | 42 |
| Octal | 233 | 221 | 276 | 22 | 30 | 0 | 31 | 375 | 32 | 102 |
| Binary | 10011011 | 10010001 | 10111110 | 10010 | 11000 | 0 | 11001 | 11111101 | 11010 | 1000010 |
Color Harmonies of #9B91BE
Complementary color
Monochromatic Colors of #9B91BE
Black with #9B91BE
Text Example
Text Example
White with #9B91BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B91BE; }
p { color: rgb(155,145,190); }
H1.HeaderClassName
{
color: #9B91BE;
}
.AnyTagClassName
{
color: #9B91BE;
}
</style>
background-color css
<style>
a { background-color: #9B91BE; }
a { background-color: rgb(155,145,190); }
div.DivClassName
{
background-color: #9B91BE;
}
.BgClassName
{
background-color: #9B91BE;
}
</style>
border-color css
<style>
span { border-color: #9B91BE; }
span { border-color: rgb(155,145,190); }
td.TdClassName
{
border-color: #9B91BE;
}
.TagClassName
{
border-color: #9B91BE;
}
</style>