Shades of Dark Orchid #9A2EDB
Tints of Dark Orchid #9A2EDB
RGB
CMYK
RGB Variations
Color information
#9A2EDB (or 0x9A2EDB) is known color: Dark Orchid. HEX triplet: 9A, 2E and DB. RGB value is (154,46,219). Sum of RGB (Red+Green+Blue) = 154+46+219=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A2EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2EDB is #65D124. Grayscale: #616161. Windows color (decimal): -6672677 or 14364314. OLE color: 14364314.
HSL color Cylindrical-coordinate representation of color #9A2EDB: hue angle of 277.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2EDB is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 46 | 219 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.14 |
| HSL | 277.46º | 0.71% | 0.52% | - |
| HSV(B) | 277.46º | 0.79% | 0.86% | - |
| XYZ | 27.09 | 13.94 | 68.28 | - |
| YUV | 98.01 | 196.28 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 46 | 219 | 0.30 | 0.79 | 0 | 0.14 | 277.46 | 0.71 | 0.52 |
| Hex | 9A | 2E | DB | 1E | 4F | 0 | E | 115 | 47 | 34 |
| Octal | 232 | 56 | 333 | 36 | 117 | 0 | 16 | 425 | 107 | 64 |
| Binary | 10011010 | 101110 | 11011011 | 11110 | 1001111 | 0 | 1110 | 100010101 | 1000111 | 110100 |
Color Harmonies of #9A2EDB
Complementary color
Monochromatic Colors of #9A2EDB
Black with #9A2EDB
Text Example
Text Example
White with #9A2EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2EDB; }
p { color: rgb(154,46,219); }
H1.HeaderClassName
{
color: #9A2EDB;
}
.AnyTagClassName
{
color: #9A2EDB;
}
</style>
background-color css
<style>
a { background-color: #9A2EDB; }
a { background-color: rgb(154,46,219); }
div.DivClassName
{
background-color: #9A2EDB;
}
.BgClassName
{
background-color: #9A2EDB;
}
</style>
border-color css
<style>
span { border-color: #9A2EDB; }
span { border-color: rgb(154,46,219); }
td.TdClassName
{
border-color: #9A2EDB;
}
.TagClassName
{
border-color: #9A2EDB;
}
</style>