Shades of Dark Orchid #9D33CE
Tints of Dark Orchid #9D33CE
RGB
CMYK
RGB Variations
Color information
#9D33CE (or 0x9D33CE) is known color: Dark Orchid. HEX triplet: 9D, 33 and CE. RGB value is (157,51,206). Sum of RGB (Red+Green+Blue) = 157+51+206=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D33CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D33CE is #62CC31. Grayscale: #636363. Windows color (decimal): -6474802 or 13513629. OLE color: 13513629.
HSL color Cylindrical-coordinate representation of color #9D33CE: hue angle of 281.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D33CE is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 51 | 206 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.19 |
| HSL | 281.03º | 0.61% | 0.5% | - |
| HSV(B) | 281.03º | 0.75% | 0.81% | - |
| XYZ | 26.23 | 13.99 | 59.71 | - |
| YUV | 100.36 | 187.62 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 206 | 0.24 | 0.75 | 0 | 0.19 | 281.03 | 0.61 | 0.5 |
| Hex | 9D | 33 | CE | 18 | 4B | 0 | 13 | 119 | 3D | 32 |
| Octal | 235 | 63 | 316 | 30 | 113 | 0 | 23 | 431 | 75 | 62 |
| Binary | 10011101 | 110011 | 11001110 | 11000 | 1001011 | 0 | 10011 | 100011001 | 111101 | 110010 |
Color Harmonies of #9D33CE
Complementary color
Monochromatic Colors of #9D33CE
Black with #9D33CE
Text Example
Text Example
White with #9D33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D33CE; }
p { color: rgb(157,51,206); }
H1.HeaderClassName
{
color: #9D33CE;
}
.AnyTagClassName
{
color: #9D33CE;
}
</style>
background-color css
<style>
a { background-color: #9D33CE; }
a { background-color: rgb(157,51,206); }
div.DivClassName
{
background-color: #9D33CE;
}
.BgClassName
{
background-color: #9D33CE;
}
</style>
border-color css
<style>
span { border-color: #9D33CE; }
span { border-color: rgb(157,51,206); }
td.TdClassName
{
border-color: #9D33CE;
}
.TagClassName
{
border-color: #9D33CE;
}
</style>