Shades of Dark Orchid #9A2DDC
Tints of Dark Orchid #9A2DDC
RGB
CMYK
RGB Variations
Color information
#9A2DDC (or 0x9A2DDC) is known color: Dark Orchid. HEX triplet: 9A, 2D and DC. RGB value is (154,45,220). Sum of RGB (Red+Green+Blue) = 154+45+220=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A2DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2DDC is #65D223. Grayscale: #606060. Windows color (decimal): -6672932 or 14429594. OLE color: 14429594.
HSL color Cylindrical-coordinate representation of color #9A2DDC: hue angle of 277.37º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A2DDC is Cyan = 0.3, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 45 | 220 | - |
| CMYK | 0.3 | 0.80 | 0 | 0.14 |
| HSL | 277.37º | 0.71% | 0.52% | - |
| HSV(B) | 277.37º | 0.8% | 0.86% | - |
| XYZ | 27.18 | 13.91 | 68.96 | - |
| YUV | 97.54 | 197.11 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 45 | 220 | 0.3 | 0.80 | 0 | 0.14 | 277.37 | 0.71 | 0.52 |
| Hex | 9A | 2D | DC | 1E | 50 | 0 | E | 115 | 47 | 34 |
| Octal | 232 | 55 | 334 | 36 | 120 | 0 | 16 | 425 | 107 | 64 |
| Binary | 10011010 | 101101 | 11011100 | 11110 | 1010000 | 0 | 1110 | 100010101 | 1000111 | 110100 |
Color Harmonies of #9A2DDC
Complementary color
Monochromatic Colors of #9A2DDC
Black with #9A2DDC
Text Example
Text Example
White with #9A2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2DDC; }
p { color: rgb(154,45,220); }
H1.HeaderClassName
{
color: #9A2DDC;
}
.AnyTagClassName
{
color: #9A2DDC;
}
</style>
background-color css
<style>
a { background-color: #9A2DDC; }
a { background-color: rgb(154,45,220); }
div.DivClassName
{
background-color: #9A2DDC;
}
.BgClassName
{
background-color: #9A2DDC;
}
</style>
border-color css
<style>
span { border-color: #9A2DDC; }
span { border-color: rgb(154,45,220); }
td.TdClassName
{
border-color: #9A2DDC;
}
.TagClassName
{
border-color: #9A2DDC;
}
</style>