Shades of Dark Orchid #9A2ADA
Tints of Dark Orchid #9A2ADA
RGB
CMYK
RGB Variations
Color information
#9A2ADA (or 0x9A2ADA) is known color: Dark Orchid. HEX triplet: 9A, 2A and DA. RGB value is (154,42,218). Sum of RGB (Red+Green+Blue) = 154+42+218=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A2ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2ADA is #65D525. Grayscale: #5E5E5E. Windows color (decimal): -6673702 or 14297754. OLE color: 14297754.
HSL color Cylindrical-coordinate representation of color #9A2ADA: hue angle of 278.18º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A2ADA is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 42 | 218 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.15 |
| HSL | 278.18º | 0.7% | 0.51% | - |
| HSV(B) | 278.18º | 0.81% | 0.85% | - |
| XYZ | 26.81 | 13.59 | 67.54 | - |
| YUV | 95.55 | 197.11 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 218 | 0.29 | 0.81 | 0 | 0.15 | 278.18 | 0.7 | 0.51 |
| Hex | 9A | 2A | DA | 1D | 51 | 0 | F | 116 | 46 | 33 |
| Octal | 232 | 52 | 332 | 35 | 121 | 0 | 17 | 426 | 106 | 63 |
| Binary | 10011010 | 101010 | 11011010 | 11101 | 1010001 | 0 | 1111 | 100010110 | 1000110 | 110011 |
Color Harmonies of #9A2ADA
Complementary color
Monochromatic Colors of #9A2ADA
Black with #9A2ADA
Text Example
Text Example
White with #9A2ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2ADA; }
p { color: rgb(154,42,218); }
H1.HeaderClassName
{
color: #9A2ADA;
}
.AnyTagClassName
{
color: #9A2ADA;
}
</style>
background-color css
<style>
a { background-color: #9A2ADA; }
a { background-color: rgb(154,42,218); }
div.DivClassName
{
background-color: #9A2ADA;
}
.BgClassName
{
background-color: #9A2ADA;
}
</style>
border-color css
<style>
span { border-color: #9A2ADA; }
span { border-color: rgb(154,42,218); }
td.TdClassName
{
border-color: #9A2ADA;
}
.TagClassName
{
border-color: #9A2ADA;
}
</style>