Shades of Dark Orchid #9D42CE
Tints of Dark Orchid #9D42CE
RGB
CMYK
RGB Variations
Color information
#9D42CE (or 0x9D42CE) is known color: Dark Orchid. HEX triplet: 9D, 42 and CE. RGB value is (157,66,206). Sum of RGB (Red+Green+Blue) = 157+66+206=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D42CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D42CE is #62BD31. Grayscale: #6C6C6C. Windows color (decimal): -6470962 or 13517469. OLE color: 13517469.
HSL color Cylindrical-coordinate representation of color #9D42CE: hue angle of 279º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D42CE is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 66 | 206 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.19 |
| HSL | 279º | 0.59% | 0.53% | - |
| HSV(B) | 279º | 0.68% | 0.81% | - |
| XYZ | 26.99 | 15.52 | 59.97 | - |
| YUV | 109.17 | 182.65 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 66 | 206 | 0.24 | 0.68 | 0 | 0.19 | 279 | 0.59 | 0.53 |
| Hex | 9D | 42 | CE | 18 | 44 | 0 | 13 | 117 | 3B | 35 |
| Octal | 235 | 102 | 316 | 30 | 104 | 0 | 23 | 427 | 73 | 65 |
| Binary | 10011101 | 1000010 | 11001110 | 11000 | 1000100 | 0 | 10011 | 100010111 | 111011 | 110101 |
Color Harmonies of #9D42CE
Complementary color
Monochromatic Colors of #9D42CE
Black with #9D42CE
Text Example
Text Example
White with #9D42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D42CE; }
p { color: rgb(157,66,206); }
H1.HeaderClassName
{
color: #9D42CE;
}
.AnyTagClassName
{
color: #9D42CE;
}
</style>
background-color css
<style>
a { background-color: #9D42CE; }
a { background-color: rgb(157,66,206); }
div.DivClassName
{
background-color: #9D42CE;
}
.BgClassName
{
background-color: #9D42CE;
}
</style>
border-color css
<style>
span { border-color: #9D42CE; }
span { border-color: rgb(157,66,206); }
td.TdClassName
{
border-color: #9D42CE;
}
.TagClassName
{
border-color: #9D42CE;
}
</style>