Shades of Dark Orchid #9D42CB
Tints of Dark Orchid #9D42CB
RGB
CMYK
RGB Variations
Color information
#9D42CB (or 0x9D42CB) is known color: Dark Orchid. HEX triplet: 9D, 42 and CB. RGB value is (157,66,203). Sum of RGB (Red+Green+Blue) = 157+66+203=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D42CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D42CB is #62BD34. Grayscale: #6C6C6C. Windows color (decimal): -6470965 or 13320861. OLE color: 13320861.
HSL color Cylindrical-coordinate representation of color #9D42CB: hue angle of 279.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D42CB is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 66 | 203 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.20 |
| HSL | 279.85º | 0.57% | 0.53% | - |
| HSV(B) | 279.85º | 0.67% | 0.8% | - |
| XYZ | 26.63 | 15.38 | 58.06 | - |
| YUV | 108.83 | 181.15 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 66 | 203 | 0.23 | 0.67 | 0 | 0.20 | 279.85 | 0.57 | 0.53 |
| Hex | 9D | 42 | CB | 17 | 43 | 0 | 14 | 118 | 39 | 35 |
| Octal | 235 | 102 | 313 | 27 | 103 | 0 | 24 | 430 | 71 | 65 |
| Binary | 10011101 | 1000010 | 11001011 | 10111 | 1000011 | 0 | 10100 | 100011000 | 111001 | 110101 |
Color Harmonies of #9D42CB
Complementary color
Monochromatic Colors of #9D42CB
Black with #9D42CB
Text Example
Text Example
White with #9D42CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D42CB; }
p { color: rgb(157,66,203); }
H1.HeaderClassName
{
color: #9D42CB;
}
.AnyTagClassName
{
color: #9D42CB;
}
</style>
background-color css
<style>
a { background-color: #9D42CB; }
a { background-color: rgb(157,66,203); }
div.DivClassName
{
background-color: #9D42CB;
}
.BgClassName
{
background-color: #9D42CB;
}
</style>
border-color css
<style>
span { border-color: #9D42CB; }
span { border-color: rgb(157,66,203); }
td.TdClassName
{
border-color: #9D42CB;
}
.TagClassName
{
border-color: #9D42CB;
}
</style>