Shades of Cold Purple #9E85D3
Tints of Cold Purple #9E85D3
RGB
CMYK
RGB Variations
Color information
#9E85D3 (or 0x9E85D3) is known color: Cold Purple. HEX triplet: 9E, 85 and D3. RGB value is (158,133,211). Sum of RGB (Red+Green+Blue) = 158+133+211=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 211 - color contains mainly: blue. Hex color #9E85D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E85D3 is #617A2C. Grayscale: #959595. Windows color (decimal): -6388269 or 13862302. OLE color: 13862302.
HSL color Cylindrical-coordinate representation of color #9E85D3: hue angle of 259.23º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E85D3 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 133 | 211 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.17 |
| HSL | 259.23º | 0.47% | 0.67% | - |
| HSV(B) | 259.23º | 0.37% | 0.83% | - |
| XYZ | 34.25 | 28.75 | 65.37 | - |
| YUV | 149.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 211 | 0.25 | 0.37 | 0 | 0.17 | 259.23 | 0.47 | 0.67 |
| Hex | 9E | 85 | D3 | 19 | 25 | 0 | 11 | 103 | 2F | 43 |
| Octal | 236 | 205 | 323 | 31 | 45 | 0 | 21 | 403 | 57 | 103 |
| Binary | 10011110 | 10000101 | 11010011 | 11001 | 100101 | 0 | 10001 | 100000011 | 101111 | 1000011 |
Color Harmonies of #9E85D3
Complementary color
Monochromatic Colors of #9E85D3
Black with #9E85D3
Text Example
Text Example
White with #9E85D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E85D3; }
p { color: rgb(158,133,211); }
H1.HeaderClassName
{
color: #9E85D3;
}
.AnyTagClassName
{
color: #9E85D3;
}
</style>
background-color css
<style>
a { background-color: #9E85D3; }
a { background-color: rgb(158,133,211); }
div.DivClassName
{
background-color: #9E85D3;
}
.BgClassName
{
background-color: #9E85D3;
}
</style>
border-color css
<style>
span { border-color: #9E85D3; }
span { border-color: rgb(158,133,211); }
td.TdClassName
{
border-color: #9E85D3;
}
.TagClassName
{
border-color: #9E85D3;
}
</style>