Shades of Dark Orchid #9A2EBD
Tints of Dark Orchid #9A2EBD
RGB
CMYK
RGB Variations
Color information
#9A2EBD (or 0x9A2EBD) is known color: Dark Orchid. HEX triplet: 9A, 2E and BD. RGB value is (154,46,189). Sum of RGB (Red+Green+Blue) = 154+46+189=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A2EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2EBD is #65D142. Grayscale: #5E5E5E. Windows color (decimal): -6672707 or 12398234. OLE color: 12398234.
HSL color Cylindrical-coordinate representation of color #9A2EBD: hue angle of 285.31º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A2EBD is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 46 | 189 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.26 |
| HSL | 285.31º | 0.61% | 0.46% | - |
| HSV(B) | 285.31º | 0.76% | 0.74% | - |
| XYZ | 23.49 | 12.5 | 49.32 | - |
| YUV | 94.59 | 181.28 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 46 | 189 | 0.19 | 0.76 | 0 | 0.26 | 285.31 | 0.61 | 0.46 |
| Hex | 9A | 2E | BD | 13 | 4C | 0 | 1A | 11D | 3D | 2E |
| Octal | 232 | 56 | 275 | 23 | 114 | 0 | 32 | 435 | 75 | 56 |
| Binary | 10011010 | 101110 | 10111101 | 10011 | 1001100 | 0 | 11010 | 100011101 | 111101 | 101110 |
Color Harmonies of #9A2EBD
Complementary color
Monochromatic Colors of #9A2EBD
Black with #9A2EBD
Text Example
Text Example
White with #9A2EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2EBD; }
p { color: rgb(154,46,189); }
H1.HeaderClassName
{
color: #9A2EBD;
}
.AnyTagClassName
{
color: #9A2EBD;
}
</style>
background-color css
<style>
a { background-color: #9A2EBD; }
a { background-color: rgb(154,46,189); }
div.DivClassName
{
background-color: #9A2EBD;
}
.BgClassName
{
background-color: #9A2EBD;
}
</style>
border-color css
<style>
span { border-color: #9A2EBD; }
span { border-color: rgb(154,46,189); }
td.TdClassName
{
border-color: #9A2EBD;
}
.TagClassName
{
border-color: #9A2EBD;
}
</style>