Shades of Dark Orchid #9A39DC
Tints of Dark Orchid #9A39DC
RGB
CMYK
RGB Variations
Color information
#9A39DC (or 0x9A39DC) is known color: Dark Orchid. HEX triplet: 9A, 39 and DC. RGB value is (154,57,220). Sum of RGB (Red+Green+Blue) = 154+57+220=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A39DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A39DC is #65C623. Grayscale: #686868. Windows color (decimal): -6669860 or 14432666. OLE color: 14432666.
HSL color Cylindrical-coordinate representation of color #9A39DC: hue angle of 275.71º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A39DC is Cyan = 0.3, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 57 | 220 | - |
| CMYK | 0.3 | 0.74 | 0 | 0.14 |
| HSL | 275.71º | 0.7% | 0.54% | - |
| HSV(B) | 275.71º | 0.74% | 0.86% | - |
| XYZ | 27.71 | 14.96 | 69.14 | - |
| YUV | 104.59 | 193.14 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 57 | 220 | 0.3 | 0.74 | 0 | 0.14 | 275.71 | 0.7 | 0.54 |
| Hex | 9A | 39 | DC | 1E | 4A | 0 | E | 114 | 46 | 36 |
| Octal | 232 | 71 | 334 | 36 | 112 | 0 | 16 | 424 | 106 | 66 |
| Binary | 10011010 | 111001 | 11011100 | 11110 | 1001010 | 0 | 1110 | 100010100 | 1000110 | 110110 |
Color Harmonies of #9A39DC
Complementary color
Monochromatic Colors of #9A39DC
Black with #9A39DC
Text Example
Text Example
White with #9A39DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A39DC; }
p { color: rgb(154,57,220); }
H1.HeaderClassName
{
color: #9A39DC;
}
.AnyTagClassName
{
color: #9A39DC;
}
</style>
background-color css
<style>
a { background-color: #9A39DC; }
a { background-color: rgb(154,57,220); }
div.DivClassName
{
background-color: #9A39DC;
}
.BgClassName
{
background-color: #9A39DC;
}
</style>
border-color css
<style>
span { border-color: #9A39DC; }
span { border-color: rgb(154,57,220); }
td.TdClassName
{
border-color: #9A39DC;
}
.TagClassName
{
border-color: #9A39DC;
}
</style>