Shades of Dark Orchid #9A2DDD
Tints of Dark Orchid #9A2DDD
RGB
CMYK
RGB Variations
Color information
#9A2DDD (or 0x9A2DDD) is known color: Dark Orchid. HEX triplet: 9A, 2D and DD. RGB value is (154,45,221). Sum of RGB (Red+Green+Blue) = 154+45+221=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A2DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2DDD is #65D222. Grayscale: #616161. Windows color (decimal): -6672931 or 14495130. OLE color: 14495130.
HSL color Cylindrical-coordinate representation of color #9A2DDD: hue angle of 277.16º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A2DDD is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 45 | 221 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.13 |
| HSL | 277.16º | 0.72% | 0.52% | - |
| HSV(B) | 277.16º | 0.8% | 0.87% | - |
| XYZ | 27.32 | 13.97 | 69.66 | - |
| YUV | 97.66 | 197.61 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 45 | 221 | 0.30 | 0.80 | 0 | 0.13 | 277.16 | 0.72 | 0.52 |
| Hex | 9A | 2D | DD | 1E | 50 | 0 | D | 115 | 48 | 34 |
| Octal | 232 | 55 | 335 | 36 | 120 | 0 | 15 | 425 | 110 | 64 |
| Binary | 10011010 | 101101 | 11011101 | 11110 | 1010000 | 0 | 1101 | 100010101 | 1001000 | 110100 |
Color Harmonies of #9A2DDD
Complementary color
Monochromatic Colors of #9A2DDD
Black with #9A2DDD
Text Example
Text Example
White with #9A2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2DDD; }
p { color: rgb(154,45,221); }
H1.HeaderClassName
{
color: #9A2DDD;
}
.AnyTagClassName
{
color: #9A2DDD;
}
</style>
background-color css
<style>
a { background-color: #9A2DDD; }
a { background-color: rgb(154,45,221); }
div.DivClassName
{
background-color: #9A2DDD;
}
.BgClassName
{
background-color: #9A2DDD;
}
</style>
border-color css
<style>
span { border-color: #9A2DDD; }
span { border-color: rgb(154,45,221); }
td.TdClassName
{
border-color: #9A2DDD;
}
.TagClassName
{
border-color: #9A2DDD;
}
</style>