Shades of Dark Orchid #9A1ED1
Tints of Dark Orchid #9A1ED1
RGB
CMYK
RGB Variations
Color information
#9A1ED1 (or 0x9A1ED1) is known color: Dark Orchid. HEX triplet: 9A, 1E and D1. RGB value is (154,30,209). Sum of RGB (Red+Green+Blue) = 154+30+209=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 209 (82.03% from 255 or 53.18% from 393); Max value from RGB is 209 - color contains mainly: blue. Hex color #9A1ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1ED1 is #65E12E. Grayscale: #565656. Windows color (decimal): -6676783 or 13704858. OLE color: 13704858.
HSL color Cylindrical-coordinate representation of color #9A1ED1: hue angle of 281.56º 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 #9A1ED1 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 30 | 209 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.18 |
| HSL | 281.56º | 0.75% | 0.47% | - |
| HSV(B) | 281.56º | 0.86% | 0.82% | - |
| XYZ | 25.3 | 12.4 | 61.38 | - |
| YUV | 87.48 | 196.58 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 209 | 0.26 | 0.86 | 0 | 0.18 | 281.56 | 0.75 | 0.47 |
| Hex | 9A | 1E | D1 | 1A | 56 | 0 | 12 | 11A | 4B | 2F |
| Octal | 232 | 36 | 321 | 32 | 126 | 0 | 22 | 432 | 113 | 57 |
| Binary | 10011010 | 11110 | 11010001 | 11010 | 1010110 | 0 | 10010 | 100011010 | 1001011 | 101111 |
Color Harmonies of #9A1ED1
Complementary color
Monochromatic Colors of #9A1ED1
Black with #9A1ED1
Text Example
Text Example
White with #9A1ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1ED1; }
p { color: rgb(154,30,209); }
H1.HeaderClassName
{
color: #9A1ED1;
}
.AnyTagClassName
{
color: #9A1ED1;
}
</style>
background-color css
<style>
a { background-color: #9A1ED1; }
a { background-color: rgb(154,30,209); }
div.DivClassName
{
background-color: #9A1ED1;
}
.BgClassName
{
background-color: #9A1ED1;
}
</style>
border-color css
<style>
span { border-color: #9A1ED1; }
span { border-color: rgb(154,30,209); }
td.TdClassName
{
border-color: #9A1ED1;
}
.TagClassName
{
border-color: #9A1ED1;
}
</style>