Shades of Dark Orchid #9E35DB
Tints of Dark Orchid #9E35DB
RGB
CMYK
RGB Variations
Color information
#9E35DB (or 0x9E35DB) is known color: Dark Orchid. HEX triplet: 9E, 35 and DB. RGB value is (158,53,219). Sum of RGB (Red+Green+Blue) = 158+53+219=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E35DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E35DB is #61CA24. Grayscale: #666666. Windows color (decimal): -6408741 or 14366110. OLE color: 14366110.
HSL color Cylindrical-coordinate representation of color #9E35DB: hue angle of 277.95º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E35DB is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 53 | 219 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.14 |
| HSL | 277.95º | 0.7% | 0.53% | - |
| HSV(B) | 277.95º | 0.76% | 0.86% | - |
| XYZ | 28.16 | 14.93 | 68.42 | - |
| YUV | 103.32 | 193.29 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 219 | 0.28 | 0.76 | 0 | 0.14 | 277.95 | 0.7 | 0.53 |
| Hex | 9E | 35 | DB | 1C | 4C | 0 | E | 116 | 46 | 35 |
| Octal | 236 | 65 | 333 | 34 | 114 | 0 | 16 | 426 | 106 | 65 |
| Binary | 10011110 | 110101 | 11011011 | 11100 | 1001100 | 0 | 1110 | 100010110 | 1000110 | 110101 |
Color Harmonies of #9E35DB
Complementary color
Monochromatic Colors of #9E35DB
Black with #9E35DB
Text Example
Text Example
White with #9E35DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E35DB; }
p { color: rgb(158,53,219); }
H1.HeaderClassName
{
color: #9E35DB;
}
.AnyTagClassName
{
color: #9E35DB;
}
</style>
background-color css
<style>
a { background-color: #9E35DB; }
a { background-color: rgb(158,53,219); }
div.DivClassName
{
background-color: #9E35DB;
}
.BgClassName
{
background-color: #9E35DB;
}
</style>
border-color css
<style>
span { border-color: #9E35DB; }
span { border-color: rgb(158,53,219); }
td.TdClassName
{
border-color: #9E35DB;
}
.TagClassName
{
border-color: #9E35DB;
}
</style>