Shades of Dark Orchid #9A1ED0
Tints of Dark Orchid #9A1ED0
RGB
CMYK
RGB Variations
Color information
#9A1ED0 (or 0x9A1ED0) is known color: Dark Orchid. HEX triplet: 9A, 1E and D0. RGB value is (154,30,208). Sum of RGB (Red+Green+Blue) = 154+30+208=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A1ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1ED0 is #65E12F. Grayscale: #565656. Windows color (decimal): -6676784 or 13639322. OLE color: 13639322.
HSL color Cylindrical-coordinate representation of color #9A1ED0: hue angle of 281.8º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1ED0 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 30 | 208 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.18 |
| HSL | 281.8º | 0.75% | 0.47% | - |
| HSV(B) | 281.8º | 0.86% | 0.82% | - |
| XYZ | 25.18 | 12.35 | 60.73 | - |
| YUV | 87.37 | 196.08 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 208 | 0.26 | 0.86 | 0 | 0.18 | 281.8 | 0.75 | 0.47 |
| Hex | 9A | 1E | D0 | 1A | 56 | 0 | 12 | 11A | 4B | 2F |
| Octal | 232 | 36 | 320 | 32 | 126 | 0 | 22 | 432 | 113 | 57 |
| Binary | 10011010 | 11110 | 11010000 | 11010 | 1010110 | 0 | 10010 | 100011010 | 1001011 | 101111 |
Color Harmonies of #9A1ED0
Complementary color
Monochromatic Colors of #9A1ED0
Black with #9A1ED0
Text Example
Text Example
White with #9A1ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1ED0; }
p { color: rgb(154,30,208); }
H1.HeaderClassName
{
color: #9A1ED0;
}
.AnyTagClassName
{
color: #9A1ED0;
}
</style>
background-color css
<style>
a { background-color: #9A1ED0; }
a { background-color: rgb(154,30,208); }
div.DivClassName
{
background-color: #9A1ED0;
}
.BgClassName
{
background-color: #9A1ED0;
}
</style>
border-color css
<style>
span { border-color: #9A1ED0; }
span { border-color: rgb(154,30,208); }
td.TdClassName
{
border-color: #9A1ED0;
}
.TagClassName
{
border-color: #9A1ED0;
}
</style>