Shades of Dark Orchid #9D3ECE
Tints of Dark Orchid #9D3ECE
RGB
CMYK
RGB Variations
Color information
#9D3ECE (or 0x9D3ECE) is known color: Dark Orchid. HEX triplet: 9D, 3E and CE. RGB value is (157,62,206). Sum of RGB (Red+Green+Blue) = 157+62+206=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D3ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3ECE is #62C131. Grayscale: #6A6A6A. Windows color (decimal): -6471986 or 13516445. OLE color: 13516445.
HSL color Cylindrical-coordinate representation of color #9D3ECE: hue angle of 279.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D3ECE is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 62 | 206 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.19 |
| HSL | 279.58º | 0.6% | 0.53% | - |
| HSV(B) | 279.58º | 0.7% | 0.81% | - |
| XYZ | 26.77 | 15.07 | 59.89 | - |
| YUV | 106.82 | 183.97 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 62 | 206 | 0.24 | 0.70 | 0 | 0.19 | 279.58 | 0.6 | 0.53 |
| Hex | 9D | 3E | CE | 18 | 46 | 0 | 13 | 118 | 3C | 35 |
| Octal | 235 | 76 | 316 | 30 | 106 | 0 | 23 | 430 | 74 | 65 |
| Binary | 10011101 | 111110 | 11001110 | 11000 | 1000110 | 0 | 10011 | 100011000 | 111100 | 110101 |
Color Harmonies of #9D3ECE
Complementary color
Monochromatic Colors of #9D3ECE
Black with #9D3ECE
Text Example
Text Example
White with #9D3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3ECE; }
p { color: rgb(157,62,206); }
H1.HeaderClassName
{
color: #9D3ECE;
}
.AnyTagClassName
{
color: #9D3ECE;
}
</style>
background-color css
<style>
a { background-color: #9D3ECE; }
a { background-color: rgb(157,62,206); }
div.DivClassName
{
background-color: #9D3ECE;
}
.BgClassName
{
background-color: #9D3ECE;
}
</style>
border-color css
<style>
span { border-color: #9D3ECE; }
span { border-color: rgb(157,62,206); }
td.TdClassName
{
border-color: #9D3ECE;
}
.TagClassName
{
border-color: #9D3ECE;
}
</style>