Shades of Dark Orchid #9A2ECB
Tints of Dark Orchid #9A2ECB
RGB
CMYK
RGB Variations
Color information
#9A2ECB (or 0x9A2ECB) is known color: Dark Orchid. HEX triplet: 9A, 2E and CB. RGB value is (154,46,203). Sum of RGB (Red+Green+Blue) = 154+46+203=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A2ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2ECB is #65D134. Grayscale: #5F5F5F. Windows color (decimal): -6672693 or 13315738. OLE color: 13315738.
HSL color Cylindrical-coordinate representation of color #9A2ECB: hue angle of 281.27º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2ECB is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 46 | 203 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.20 |
| HSL | 281.27º | 0.63% | 0.49% | - |
| HSV(B) | 281.27º | 0.77% | 0.8% | - |
| XYZ | 25.08 | 13.14 | 57.71 | - |
| YUV | 96.19 | 188.28 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 46 | 203 | 0.24 | 0.77 | 0 | 0.20 | 281.27 | 0.63 | 0.49 |
| Hex | 9A | 2E | CB | 18 | 4D | 0 | 14 | 119 | 3F | 31 |
| Octal | 232 | 56 | 313 | 30 | 115 | 0 | 24 | 431 | 77 | 61 |
| Binary | 10011010 | 101110 | 11001011 | 11000 | 1001101 | 0 | 10100 | 100011001 | 111111 | 110001 |
Color Harmonies of #9A2ECB
Complementary color
Monochromatic Colors of #9A2ECB
Black with #9A2ECB
Text Example
Text Example
White with #9A2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2ECB; }
p { color: rgb(154,46,203); }
H1.HeaderClassName
{
color: #9A2ECB;
}
.AnyTagClassName
{
color: #9A2ECB;
}
</style>
background-color css
<style>
a { background-color: #9A2ECB; }
a { background-color: rgb(154,46,203); }
div.DivClassName
{
background-color: #9A2ECB;
}
.BgClassName
{
background-color: #9A2ECB;
}
</style>
border-color css
<style>
span { border-color: #9A2ECB; }
span { border-color: rgb(154,46,203); }
td.TdClassName
{
border-color: #9A2ECB;
}
.TagClassName
{
border-color: #9A2ECB;
}
</style>