Shades of Cold Purple #9185BE
Tints of Cold Purple #9185BE
RGB
CMYK
RGB Variations
Color information
#9185BE (or 0x9185BE) is known color: Cold Purple. HEX triplet: 91, 85 and BE. RGB value is (145,133,190). Sum of RGB (Red+Green+Blue) = 145+133+190=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #9185BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185BE is #6E7A41. Grayscale: #8E8E8E. Windows color (decimal): -7240258 or 12486033. OLE color: 12486033.
HSL color Cylindrical-coordinate representation of color #9185BE: hue angle of 252.63º 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 #9185BE is Cyan = 0.24, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 133 | 190 | - |
| CMYK | 0.24 | 0.3 | 0 | 0.25 |
| HSL | 252.63º | 0.3% | 0.63% | - |
| HSV(B) | 252.63º | 0.3% | 0.75% | - |
| XYZ | 29.36 | 26.51 | 52.29 | - |
| YUV | 143.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 190 | 0.24 | 0.3 | 0 | 0.25 | 252.63 | 0.3 | 0.63 |
| Hex | 91 | 85 | BE | 18 | 1E | 0 | 19 | FD | 1E | 3F |
| Octal | 221 | 205 | 276 | 30 | 36 | 0 | 31 | 375 | 36 | 77 |
| Binary | 10010001 | 10000101 | 10111110 | 11000 | 11110 | 0 | 11001 | 11111101 | 11110 | 111111 |
Color Harmonies of #9185BE
Complementary color
Monochromatic Colors of #9185BE
Black with #9185BE
Text Example
Text Example
White with #9185BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9185BE; }
p { color: rgb(145,133,190); }
H1.HeaderClassName
{
color: #9185BE;
}
.AnyTagClassName
{
color: #9185BE;
}
</style>
background-color css
<style>
a { background-color: #9185BE; }
a { background-color: rgb(145,133,190); }
div.DivClassName
{
background-color: #9185BE;
}
.BgClassName
{
background-color: #9185BE;
}
</style>
border-color css
<style>
span { border-color: #9185BE; }
span { border-color: rgb(145,133,190); }
td.TdClassName
{
border-color: #9185BE;
}
.TagClassName
{
border-color: #9185BE;
}
</style>