Shades of Dark Orchid #9D36CE
Tints of Dark Orchid #9D36CE
RGB
CMYK
RGB Variations
Color information
#9D36CE (or 0x9D36CE) is known color: Dark Orchid. HEX triplet: 9D, 36 and CE. RGB value is (157,54,206). Sum of RGB (Red+Green+Blue) = 157+54+206=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D36CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D36CE is #62C931. Grayscale: #656565. Windows color (decimal): -6474034 or 13514397. OLE color: 13514397.
HSL color Cylindrical-coordinate representation of color #9D36CE: hue angle of 280.66º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D36CE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 54 | 206 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.19 |
| HSL | 280.66º | 0.61% | 0.51% | - |
| HSV(B) | 280.66º | 0.74% | 0.81% | - |
| XYZ | 26.36 | 14.26 | 59.76 | - |
| YUV | 102.13 | 186.62 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 206 | 0.24 | 0.74 | 0 | 0.19 | 280.66 | 0.61 | 0.51 |
| Hex | 9D | 36 | CE | 18 | 4A | 0 | 13 | 119 | 3D | 33 |
| Octal | 235 | 66 | 316 | 30 | 112 | 0 | 23 | 431 | 75 | 63 |
| Binary | 10011101 | 110110 | 11001110 | 11000 | 1001010 | 0 | 10011 | 100011001 | 111101 | 110011 |
Color Harmonies of #9D36CE
Complementary color
Monochromatic Colors of #9D36CE
Black with #9D36CE
Text Example
Text Example
White with #9D36CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D36CE; }
p { color: rgb(157,54,206); }
H1.HeaderClassName
{
color: #9D36CE;
}
.AnyTagClassName
{
color: #9D36CE;
}
</style>
background-color css
<style>
a { background-color: #9D36CE; }
a { background-color: rgb(157,54,206); }
div.DivClassName
{
background-color: #9D36CE;
}
.BgClassName
{
background-color: #9D36CE;
}
</style>
border-color css
<style>
span { border-color: #9D36CE; }
span { border-color: rgb(157,54,206); }
td.TdClassName
{
border-color: #9D36CE;
}
.TagClassName
{
border-color: #9D36CE;
}
</style>