Shades of Dark Orchid #9A2BDC
Tints of Dark Orchid #9A2BDC
RGB
CMYK
RGB Variations
Color information
#9A2BDC (or 0x9A2BDC) is known color: Dark Orchid. HEX triplet: 9A, 2B and DC. RGB value is (154,43,220). Sum of RGB (Red+Green+Blue) = 154+43+220=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A2BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2BDC is #65D423. Grayscale: #5F5F5F. Windows color (decimal): -6673444 or 14429082. OLE color: 14429082.
HSL color Cylindrical-coordinate representation of color #9A2BDC: hue angle of 277.63º degrees, saturation: 0.72, 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 #9A2BDC is Cyan = 0.3, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 43 | 220 | - |
| CMYK | 0.3 | 0.80 | 0 | 0.14 |
| HSL | 277.63º | 0.72% | 0.52% | - |
| HSV(B) | 277.63º | 0.8% | 0.86% | - |
| XYZ | 27.11 | 13.77 | 68.94 | - |
| YUV | 96.37 | 197.77 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 43 | 220 | 0.3 | 0.80 | 0 | 0.14 | 277.63 | 0.72 | 0.52 |
| Hex | 9A | 2B | DC | 1E | 50 | 0 | E | 116 | 48 | 34 |
| Octal | 232 | 53 | 334 | 36 | 120 | 0 | 16 | 426 | 110 | 64 |
| Binary | 10011010 | 101011 | 11011100 | 11110 | 1010000 | 0 | 1110 | 100010110 | 1001000 | 110100 |
Color Harmonies of #9A2BDC
Complementary color
Monochromatic Colors of #9A2BDC
Black with #9A2BDC
Text Example
Text Example
White with #9A2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2BDC; }
p { color: rgb(154,43,220); }
H1.HeaderClassName
{
color: #9A2BDC;
}
.AnyTagClassName
{
color: #9A2BDC;
}
</style>
background-color css
<style>
a { background-color: #9A2BDC; }
a { background-color: rgb(154,43,220); }
div.DivClassName
{
background-color: #9A2BDC;
}
.BgClassName
{
background-color: #9A2BDC;
}
</style>
border-color css
<style>
span { border-color: #9A2BDC; }
span { border-color: rgb(154,43,220); }
td.TdClassName
{
border-color: #9A2BDC;
}
.TagClassName
{
border-color: #9A2BDC;
}
</style>