Shades of Dark Orchid #9A1DCE
Tints of Dark Orchid #9A1DCE
RGB
CMYK
RGB Variations
Color information
#9A1DCE (or 0x9A1DCE) is known color: Dark Orchid. HEX triplet: 9A, 1D and CE. RGB value is (154,29,206). Sum of RGB (Red+Green+Blue) = 154+29+206=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A1DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1DCE is #65E231. Grayscale: #555555. Windows color (decimal): -6677042 or 13507994. OLE color: 13507994.
HSL color Cylindrical-coordinate representation of color #9A1DCE: hue angle of 282.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1DCE is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 29 | 206 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.19 |
| HSL | 282.37º | 0.75% | 0.46% | - |
| HSV(B) | 282.37º | 0.86% | 0.81% | - |
| XYZ | 24.91 | 12.2 | 59.44 | - |
| YUV | 86.55 | 195.41 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 206 | 0.25 | 0.86 | 0 | 0.19 | 282.37 | 0.75 | 0.46 |
| Hex | 9A | 1D | CE | 19 | 56 | 0 | 13 | 11A | 4B | 2E |
| Octal | 232 | 35 | 316 | 31 | 126 | 0 | 23 | 432 | 113 | 56 |
| Binary | 10011010 | 11101 | 11001110 | 11001 | 1010110 | 0 | 10011 | 100011010 | 1001011 | 101110 |
Color Harmonies of #9A1DCE
Complementary color
Monochromatic Colors of #9A1DCE
Black with #9A1DCE
Text Example
Text Example
White with #9A1DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1DCE; }
p { color: rgb(154,29,206); }
H1.HeaderClassName
{
color: #9A1DCE;
}
.AnyTagClassName
{
color: #9A1DCE;
}
</style>
background-color css
<style>
a { background-color: #9A1DCE; }
a { background-color: rgb(154,29,206); }
div.DivClassName
{
background-color: #9A1DCE;
}
.BgClassName
{
background-color: #9A1DCE;
}
</style>
border-color css
<style>
span { border-color: #9A1DCE; }
span { border-color: rgb(154,29,206); }
td.TdClassName
{
border-color: #9A1DCE;
}
.TagClassName
{
border-color: #9A1DCE;
}
</style>