Shades of Dark Orchid #9A1ED8
Tints of Dark Orchid #9A1ED8
RGB
CMYK
RGB Variations
Color information
#9A1ED8 (or 0x9A1ED8) is known color: Dark Orchid. HEX triplet: 9A, 1E and D8. RGB value is (154,30,216). Sum of RGB (Red+Green+Blue) = 154+30+216=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A1ED8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1ED8 is #65E127. Grayscale: #575757. Windows color (decimal): -6676776 or 14163610. OLE color: 14163610.
HSL color Cylindrical-coordinate representation of color #9A1ED8: hue angle of 280º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1ED8 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 30 | 216 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.15 |
| HSL | 280º | 0.76% | 0.48% | - |
| HSV(B) | 280º | 0.86% | 0.85% | - |
| XYZ | 26.19 | 12.76 | 66.05 | - |
| YUV | 88.28 | 200.08 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 216 | 0.29 | 0.86 | 0 | 0.15 | 280 | 0.76 | 0.48 |
| Hex | 9A | 1E | D8 | 1D | 56 | 0 | F | 118 | 4C | 30 |
| Octal | 232 | 36 | 330 | 35 | 126 | 0 | 17 | 430 | 114 | 60 |
| Binary | 10011010 | 11110 | 11011000 | 11101 | 1010110 | 0 | 1111 | 100011000 | 1001100 | 110000 |
Color Harmonies of #9A1ED8
Complementary color
Monochromatic Colors of #9A1ED8
Black with #9A1ED8
Text Example
Text Example
White with #9A1ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1ED8; }
p { color: rgb(154,30,216); }
H1.HeaderClassName
{
color: #9A1ED8;
}
.AnyTagClassName
{
color: #9A1ED8;
}
</style>
background-color css
<style>
a { background-color: #9A1ED8; }
a { background-color: rgb(154,30,216); }
div.DivClassName
{
background-color: #9A1ED8;
}
.BgClassName
{
background-color: #9A1ED8;
}
</style>
border-color css
<style>
span { border-color: #9A1ED8; }
span { border-color: rgb(154,30,216); }
td.TdClassName
{
border-color: #9A1ED8;
}
.TagClassName
{
border-color: #9A1ED8;
}
</style>