Shades of Dark Orchid #9A2CDA
Tints of Dark Orchid #9A2CDA
RGB
CMYK
RGB Variations
Color information
#9A2CDA (or 0x9A2CDA) is known color: Dark Orchid. HEX triplet: 9A, 2C and DA. RGB value is (154,44,218). Sum of RGB (Red+Green+Blue) = 154+44+218=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A2CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2CDA is #65D325. Grayscale: #606060. Windows color (decimal): -6673190 or 14298266. OLE color: 14298266.
HSL color Cylindrical-coordinate representation of color #9A2CDA: hue angle of 277.93º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A2CDA is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 44 | 218 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.15 |
| HSL | 277.93º | 0.7% | 0.51% | - |
| HSV(B) | 277.93º | 0.8% | 0.85% | - |
| XYZ | 26.88 | 13.73 | 67.56 | - |
| YUV | 96.73 | 196.44 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 44 | 218 | 0.29 | 0.80 | 0 | 0.15 | 277.93 | 0.7 | 0.51 |
| Hex | 9A | 2C | DA | 1D | 50 | 0 | F | 116 | 46 | 33 |
| Octal | 232 | 54 | 332 | 35 | 120 | 0 | 17 | 426 | 106 | 63 |
| Binary | 10011010 | 101100 | 11011010 | 11101 | 1010000 | 0 | 1111 | 100010110 | 1000110 | 110011 |
Color Harmonies of #9A2CDA
Complementary color
Monochromatic Colors of #9A2CDA
Black with #9A2CDA
Text Example
Text Example
White with #9A2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2CDA; }
p { color: rgb(154,44,218); }
H1.HeaderClassName
{
color: #9A2CDA;
}
.AnyTagClassName
{
color: #9A2CDA;
}
</style>
background-color css
<style>
a { background-color: #9A2CDA; }
a { background-color: rgb(154,44,218); }
div.DivClassName
{
background-color: #9A2CDA;
}
.BgClassName
{
background-color: #9A2CDA;
}
</style>
border-color css
<style>
span { border-color: #9A2CDA; }
span { border-color: rgb(154,44,218); }
td.TdClassName
{
border-color: #9A2CDA;
}
.TagClassName
{
border-color: #9A2CDA;
}
</style>