Shades of Dark Orchid #9E15B2
Tints of Dark Orchid #9E15B2
RGB
CMYK
RGB Variations
Color information
#9E15B2 (or 0x9E15B2) is known color: Dark Orchid. HEX triplet: 9E, 15 and B2. RGB value is (158,21,178). Sum of RGB (Red+Green+Blue) = 158+21+178=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #9E15B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E15B2 is #61EA4D. Grayscale: #4F4F4F. Windows color (decimal): -6416974 or 11670942. OLE color: 11670942.
HSL color Cylindrical-coordinate representation of color #9E15B2: hue angle of 292.36º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E15B2 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 21 | 178 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.30 |
| HSL | 292.36º | 0.79% | 0.39% | - |
| HSV(B) | 292.36º | 0.88% | 0.7% | - |
| XYZ | 22.4 | 11.02 | 43.07 | - |
| YUV | 79.86 | 183.39 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 178 | 0.11 | 0.88 | 0 | 0.30 | 292.36 | 0.79 | 0.39 |
| Hex | 9E | 15 | B2 | B | 58 | 0 | 1E | 124 | 4F | 27 |
| Octal | 236 | 25 | 262 | 13 | 130 | 0 | 36 | 444 | 117 | 47 |
| Binary | 10011110 | 10101 | 10110010 | 1011 | 1011000 | 0 | 11110 | 100100100 | 1001111 | 100111 |
Color Harmonies of #9E15B2
Complementary color
Monochromatic Colors of #9E15B2
Black with #9E15B2
Text Example
Text Example
White with #9E15B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E15B2; }
p { color: rgb(158,21,178); }
H1.HeaderClassName
{
color: #9E15B2;
}
.AnyTagClassName
{
color: #9E15B2;
}
</style>
background-color css
<style>
a { background-color: #9E15B2; }
a { background-color: rgb(158,21,178); }
div.DivClassName
{
background-color: #9E15B2;
}
.BgClassName
{
background-color: #9E15B2;
}
</style>
border-color css
<style>
span { border-color: #9E15B2; }
span { border-color: rgb(158,21,178); }
td.TdClassName
{
border-color: #9E15B2;
}
.TagClassName
{
border-color: #9E15B2;
}
</style>