Shades of Dark Orchid #9A2FDC
Tints of Dark Orchid #9A2FDC
RGB
CMYK
RGB Variations
Color information
#9A2FDC (or 0x9A2FDC) is known color: Dark Orchid. HEX triplet: 9A, 2F and DC. RGB value is (154,47,220). Sum of RGB (Red+Green+Blue) = 154+47+220=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A2FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2FDC is #65D023. Grayscale: #626262. Windows color (decimal): -6672420 or 14430106. OLE color: 14430106.
HSL color Cylindrical-coordinate representation of color #9A2FDC: hue angle of 277.11º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2FDC is Cyan = 0.3, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 47 | 220 | - |
| CMYK | 0.3 | 0.79 | 0 | 0.14 |
| HSL | 277.11º | 0.71% | 0.52% | - |
| HSV(B) | 277.11º | 0.79% | 0.86% | - |
| XYZ | 27.26 | 14.07 | 68.99 | - |
| YUV | 98.72 | 196.45 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 47 | 220 | 0.3 | 0.79 | 0 | 0.14 | 277.11 | 0.71 | 0.52 |
| Hex | 9A | 2F | DC | 1E | 4F | 0 | E | 115 | 47 | 34 |
| Octal | 232 | 57 | 334 | 36 | 117 | 0 | 16 | 425 | 107 | 64 |
| Binary | 10011010 | 101111 | 11011100 | 11110 | 1001111 | 0 | 1110 | 100010101 | 1000111 | 110100 |
Color Harmonies of #9A2FDC
Complementary color
Monochromatic Colors of #9A2FDC
Black with #9A2FDC
Text Example
Text Example
White with #9A2FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2FDC; }
p { color: rgb(154,47,220); }
H1.HeaderClassName
{
color: #9A2FDC;
}
.AnyTagClassName
{
color: #9A2FDC;
}
</style>
background-color css
<style>
a { background-color: #9A2FDC; }
a { background-color: rgb(154,47,220); }
div.DivClassName
{
background-color: #9A2FDC;
}
.BgClassName
{
background-color: #9A2FDC;
}
</style>
border-color css
<style>
span { border-color: #9A2FDC; }
span { border-color: rgb(154,47,220); }
td.TdClassName
{
border-color: #9A2FDC;
}
.TagClassName
{
border-color: #9A2FDC;
}
</style>