Shades of Dark Orchid #9A2ECF
Tints of Dark Orchid #9A2ECF
RGB
CMYK
RGB Variations
Color information
#9A2ECF (or 0x9A2ECF) is known color: Dark Orchid. HEX triplet: 9A, 2E and CF. RGB value is (154,46,207). Sum of RGB (Red+Green+Blue) = 154+46+207=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A2ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2ECF is #65D130. Grayscale: #606060. Windows color (decimal): -6672689 or 13577882. OLE color: 13577882.
HSL color Cylindrical-coordinate representation of color #9A2ECF: hue angle of 280.25º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A2ECF is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 46 | 207 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.19 |
| HSL | 280.25º | 0.64% | 0.5% | - |
| HSV(B) | 280.25º | 0.78% | 0.81% | - |
| XYZ | 25.57 | 13.33 | 60.26 | - |
| YUV | 96.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 46 | 207 | 0.26 | 0.78 | 0 | 0.19 | 280.25 | 0.64 | 0.5 |
| Hex | 9A | 2E | CF | 1A | 4E | 0 | 13 | 118 | 40 | 32 |
| Octal | 232 | 56 | 317 | 32 | 116 | 0 | 23 | 430 | 100 | 62 |
| Binary | 10011010 | 101110 | 11001111 | 11010 | 1001110 | 0 | 10011 | 100011000 | 1000000 | 110010 |
Color Harmonies of #9A2ECF
Complementary color
Monochromatic Colors of #9A2ECF
Black with #9A2ECF
Text Example
Text Example
White with #9A2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2ECF; }
p { color: rgb(154,46,207); }
H1.HeaderClassName
{
color: #9A2ECF;
}
.AnyTagClassName
{
color: #9A2ECF;
}
</style>
background-color css
<style>
a { background-color: #9A2ECF; }
a { background-color: rgb(154,46,207); }
div.DivClassName
{
background-color: #9A2ECF;
}
.BgClassName
{
background-color: #9A2ECF;
}
</style>
border-color css
<style>
span { border-color: #9A2ECF; }
span { border-color: rgb(154,46,207); }
td.TdClassName
{
border-color: #9A2ECF;
}
.TagClassName
{
border-color: #9A2ECF;
}
</style>