Shades of Dark Orchid #9D3CCA
Tints of Dark Orchid #9D3CCA
RGB
CMYK
RGB Variations
Color information
#9D3CCA (or 0x9D3CCA) is known color: Dark Orchid. HEX triplet: 9D, 3C and CA. RGB value is (157,60,202). Sum of RGB (Red+Green+Blue) = 157+60+202=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D3CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3CCA is #62C335. Grayscale: #686868. Windows color (decimal): -6472502 or 13253789. OLE color: 13253789.
HSL color Cylindrical-coordinate representation of color #9D3CCA: hue angle of 280.99º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D3CCA is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 60 | 202 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.21 |
| HSL | 280.99º | 0.57% | 0.51% | - |
| HSV(B) | 280.99º | 0.7% | 0.79% | - |
| XYZ | 26.18 | 14.66 | 57.33 | - |
| YUV | 105.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 60 | 202 | 0.22 | 0.70 | 0 | 0.21 | 280.99 | 0.57 | 0.51 |
| Hex | 9D | 3C | CA | 16 | 46 | 0 | 15 | 119 | 39 | 33 |
| Octal | 235 | 74 | 312 | 26 | 106 | 0 | 25 | 431 | 71 | 63 |
| Binary | 10011101 | 111100 | 11001010 | 10110 | 1000110 | 0 | 10101 | 100011001 | 111001 | 110011 |
Color Harmonies of #9D3CCA
Complementary color
Monochromatic Colors of #9D3CCA
Black with #9D3CCA
Text Example
Text Example
White with #9D3CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3CCA; }
p { color: rgb(157,60,202); }
H1.HeaderClassName
{
color: #9D3CCA;
}
.AnyTagClassName
{
color: #9D3CCA;
}
</style>
background-color css
<style>
a { background-color: #9D3CCA; }
a { background-color: rgb(157,60,202); }
div.DivClassName
{
background-color: #9D3CCA;
}
.BgClassName
{
background-color: #9D3CCA;
}
</style>
border-color css
<style>
span { border-color: #9D3CCA; }
span { border-color: rgb(157,60,202); }
td.TdClassName
{
border-color: #9D3CCA;
}
.TagClassName
{
border-color: #9D3CCA;
}
</style>