Shades of Dark Orchid #9E3BC7
Tints of Dark Orchid #9E3BC7
RGB
CMYK
RGB Variations
Color information
#9E3BC7 (or 0x9E3BC7) is known color: Dark Orchid. HEX triplet: 9E, 3B and C7. RGB value is (158,59,199). Sum of RGB (Red+Green+Blue) = 158+59+199=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 199 (78.12% from 255 or 47.84% from 416); Max value from RGB is 199 - color contains mainly: blue. Hex color #9E3BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3BC7 is #61C438. Grayscale: #686868. Windows color (decimal): -6407225 or 13056926. OLE color: 13056926.
HSL color Cylindrical-coordinate representation of color #9E3BC7: hue angle of 282.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3BC7 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 59 | 199 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.22 |
| HSL | 282.43º | 0.56% | 0.51% | - |
| HSV(B) | 282.43º | 0.7% | 0.78% | - |
| XYZ | 25.97 | 14.52 | 55.47 | - |
| YUV | 104.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 59 | 199 | 0.21 | 0.70 | 0 | 0.22 | 282.43 | 0.56 | 0.51 |
| Hex | 9E | 3B | C7 | 15 | 46 | 0 | 16 | 11A | 38 | 33 |
| Octal | 236 | 73 | 307 | 25 | 106 | 0 | 26 | 432 | 70 | 63 |
| Binary | 10011110 | 111011 | 11000111 | 10101 | 1000110 | 0 | 10110 | 100011010 | 111000 | 110011 |
Color Harmonies of #9E3BC7
Complementary color
Monochromatic Colors of #9E3BC7
Black with #9E3BC7
Text Example
Text Example
White with #9E3BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3BC7; }
p { color: rgb(158,59,199); }
H1.HeaderClassName
{
color: #9E3BC7;
}
.AnyTagClassName
{
color: #9E3BC7;
}
</style>
background-color css
<style>
a { background-color: #9E3BC7; }
a { background-color: rgb(158,59,199); }
div.DivClassName
{
background-color: #9E3BC7;
}
.BgClassName
{
background-color: #9E3BC7;
}
</style>
border-color css
<style>
span { border-color: #9E3BC7; }
span { border-color: rgb(158,59,199); }
td.TdClassName
{
border-color: #9E3BC7;
}
.TagClassName
{
border-color: #9E3BC7;
}
</style>