Shades of Dark Orchid #9D3ECA
Tints of Dark Orchid #9D3ECA
RGB
CMYK
RGB Variations
Color information
#9D3ECA (or 0x9D3ECA) is known color: Dark Orchid. HEX triplet: 9D, 3E and CA. RGB value is (157,62,202). Sum of RGB (Red+Green+Blue) = 157+62+202=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D3ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3ECA is #62C135. Grayscale: #696969. Windows color (decimal): -6471990 or 13254301. OLE color: 13254301.
HSL color Cylindrical-coordinate representation of color #9D3ECA: hue angle of 280.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D3ECA is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 62 | 202 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.21 |
| HSL | 280.71º | 0.57% | 0.52% | - |
| HSV(B) | 280.71º | 0.69% | 0.79% | - |
| XYZ | 26.29 | 14.88 | 57.36 | - |
| YUV | 106.37 | 181.97 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 62 | 202 | 0.22 | 0.69 | 0 | 0.21 | 280.71 | 0.57 | 0.52 |
| Hex | 9D | 3E | CA | 16 | 45 | 0 | 15 | 119 | 39 | 34 |
| Octal | 235 | 76 | 312 | 26 | 105 | 0 | 25 | 431 | 71 | 64 |
| Binary | 10011101 | 111110 | 11001010 | 10110 | 1000101 | 0 | 10101 | 100011001 | 111001 | 110100 |
Color Harmonies of #9D3ECA
Complementary color
Monochromatic Colors of #9D3ECA
Black with #9D3ECA
Text Example
Text Example
White with #9D3ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3ECA; }
p { color: rgb(157,62,202); }
H1.HeaderClassName
{
color: #9D3ECA;
}
.AnyTagClassName
{
color: #9D3ECA;
}
</style>
background-color css
<style>
a { background-color: #9D3ECA; }
a { background-color: rgb(157,62,202); }
div.DivClassName
{
background-color: #9D3ECA;
}
.BgClassName
{
background-color: #9D3ECA;
}
</style>
border-color css
<style>
span { border-color: #9D3ECA; }
span { border-color: rgb(157,62,202); }
td.TdClassName
{
border-color: #9D3ECA;
}
.TagClassName
{
border-color: #9D3ECA;
}
</style>