Shades of Dark Orchid #9A2ABE
Tints of Dark Orchid #9A2ABE
RGB
CMYK
RGB Variations
Color information
#9A2ABE (or 0x9A2ABE) is known color: Dark Orchid. HEX triplet: 9A, 2A and BE. RGB value is (154,42,190). Sum of RGB (Red+Green+Blue) = 154+42+190=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A2ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2ABE is #65D541. Grayscale: #5B5B5B. Windows color (decimal): -6673730 or 12462746. OLE color: 12462746.
HSL color Cylindrical-coordinate representation of color #9A2ABE: hue angle of 285.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A2ABE is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 42 | 190 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.25 |
| HSL | 285.41º | 0.64% | 0.45% | - |
| HSV(B) | 285.41º | 0.78% | 0.75% | - |
| XYZ | 23.45 | 12.24 | 49.84 | - |
| YUV | 92.36 | 183.11 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 190 | 0.19 | 0.78 | 0 | 0.25 | 285.41 | 0.64 | 0.45 |
| Hex | 9A | 2A | BE | 13 | 4E | 0 | 19 | 11D | 40 | 2D |
| Octal | 232 | 52 | 276 | 23 | 116 | 0 | 31 | 435 | 100 | 55 |
| Binary | 10011010 | 101010 | 10111110 | 10011 | 1001110 | 0 | 11001 | 100011101 | 1000000 | 101101 |
Color Harmonies of #9A2ABE
Complementary color
Monochromatic Colors of #9A2ABE
Black with #9A2ABE
Text Example
Text Example
White with #9A2ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2ABE; }
p { color: rgb(154,42,190); }
H1.HeaderClassName
{
color: #9A2ABE;
}
.AnyTagClassName
{
color: #9A2ABE;
}
</style>
background-color css
<style>
a { background-color: #9A2ABE; }
a { background-color: rgb(154,42,190); }
div.DivClassName
{
background-color: #9A2ABE;
}
.BgClassName
{
background-color: #9A2ABE;
}
</style>
border-color css
<style>
span { border-color: #9A2ABE; }
span { border-color: rgb(154,42,190); }
td.TdClassName
{
border-color: #9A2ABE;
}
.TagClassName
{
border-color: #9A2ABE;
}
</style>