Shades of Dark Orchid #9A2FCD
Tints of Dark Orchid #9A2FCD
RGB
CMYK
RGB Variations
Color information
#9A2FCD (or 0x9A2FCD) is known color: Dark Orchid. HEX triplet: 9A, 2F and CD. RGB value is (154,47,205). Sum of RGB (Red+Green+Blue) = 154+47+205=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A2FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2FCD is #65D032. Grayscale: #606060. Windows color (decimal): -6672435 or 13447066. OLE color: 13447066.
HSL color Cylindrical-coordinate representation of color #9A2FCD: hue angle of 280.63º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2FCD is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 47 | 205 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.20 |
| HSL | 280.63º | 0.63% | 0.49% | - |
| HSV(B) | 280.63º | 0.77% | 0.8% | - |
| XYZ | 25.36 | 13.31 | 58.99 | - |
| YUV | 97.01 | 188.95 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 47 | 205 | 0.25 | 0.77 | 0 | 0.20 | 280.63 | 0.63 | 0.49 |
| Hex | 9A | 2F | CD | 19 | 4D | 0 | 14 | 119 | 3F | 31 |
| Octal | 232 | 57 | 315 | 31 | 115 | 0 | 24 | 431 | 77 | 61 |
| Binary | 10011010 | 101111 | 11001101 | 11001 | 1001101 | 0 | 10100 | 100011001 | 111111 | 110001 |
Color Harmonies of #9A2FCD
Complementary color
Monochromatic Colors of #9A2FCD
Black with #9A2FCD
Text Example
Text Example
White with #9A2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2FCD; }
p { color: rgb(154,47,205); }
H1.HeaderClassName
{
color: #9A2FCD;
}
.AnyTagClassName
{
color: #9A2FCD;
}
</style>
background-color css
<style>
a { background-color: #9A2FCD; }
a { background-color: rgb(154,47,205); }
div.DivClassName
{
background-color: #9A2FCD;
}
.BgClassName
{
background-color: #9A2FCD;
}
</style>
border-color css
<style>
span { border-color: #9A2FCD; }
span { border-color: rgb(154,47,205); }
td.TdClassName
{
border-color: #9A2FCD;
}
.TagClassName
{
border-color: #9A2FCD;
}
</style>