Shades of Dark Orchid #9A1DCD
Tints of Dark Orchid #9A1DCD
RGB
CMYK
RGB Variations
Color information
#9A1DCD (or 0x9A1DCD) is known color: Dark Orchid. HEX triplet: 9A, 1D and CD. RGB value is (154,29,205). Sum of RGB (Red+Green+Blue) = 154+29+205=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A1DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1DCD is #65E232. Grayscale: #555555. Windows color (decimal): -6677043 or 13442458. OLE color: 13442458.
HSL color Cylindrical-coordinate representation of color #9A1DCD: hue angle of 282.61º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1DCD is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 29 | 205 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.20 |
| HSL | 282.61º | 0.75% | 0.46% | - |
| HSV(B) | 282.61º | 0.86% | 0.8% | - |
| XYZ | 24.79 | 12.16 | 58.8 | - |
| YUV | 86.44 | 194.91 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 205 | 0.25 | 0.86 | 0 | 0.20 | 282.61 | 0.75 | 0.46 |
| Hex | 9A | 1D | CD | 19 | 56 | 0 | 14 | 11B | 4B | 2E |
| Octal | 232 | 35 | 315 | 31 | 126 | 0 | 24 | 433 | 113 | 56 |
| Binary | 10011010 | 11101 | 11001101 | 11001 | 1010110 | 0 | 10100 | 100011011 | 1001011 | 101110 |
Color Harmonies of #9A1DCD
Complementary color
Monochromatic Colors of #9A1DCD
Black with #9A1DCD
Text Example
Text Example
White with #9A1DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1DCD; }
p { color: rgb(154,29,205); }
H1.HeaderClassName
{
color: #9A1DCD;
}
.AnyTagClassName
{
color: #9A1DCD;
}
</style>
background-color css
<style>
a { background-color: #9A1DCD; }
a { background-color: rgb(154,29,205); }
div.DivClassName
{
background-color: #9A1DCD;
}
.BgClassName
{
background-color: #9A1DCD;
}
</style>
border-color css
<style>
span { border-color: #9A1DCD; }
span { border-color: rgb(154,29,205); }
td.TdClassName
{
border-color: #9A1DCD;
}
.TagClassName
{
border-color: #9A1DCD;
}
</style>