Shades of Dark Orchid #9C3ECE
Tints of Dark Orchid #9C3ECE
RGB
CMYK
RGB Variations
Color information
#9C3ECE (or 0x9C3ECE) is known color: Dark Orchid. HEX triplet: 9C, 3E and CE. RGB value is (156,62,206). Sum of RGB (Red+Green+Blue) = 156+62+206=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C3ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3ECE is #63C131. Grayscale: #6A6A6A. Windows color (decimal): -6537522 or 13516444. OLE color: 13516444.
HSL color Cylindrical-coordinate representation of color #9C3ECE: hue angle of 279.17º 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 #9C3ECE is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 62 | 206 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.19 |
| HSL | 279.17º | 0.6% | 0.53% | - |
| HSV(B) | 279.17º | 0.7% | 0.81% | - |
| XYZ | 26.57 | 14.97 | 59.88 | - |
| YUV | 106.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 62 | 206 | 0.24 | 0.70 | 0 | 0.19 | 279.17 | 0.6 | 0.53 |
| Hex | 9C | 3E | CE | 18 | 46 | 0 | 13 | 117 | 3C | 35 |
| Octal | 234 | 76 | 316 | 30 | 106 | 0 | 23 | 427 | 74 | 65 |
| Binary | 10011100 | 111110 | 11001110 | 11000 | 1000110 | 0 | 10011 | 100010111 | 111100 | 110101 |
Color Harmonies of #9C3ECE
Complementary color
Monochromatic Colors of #9C3ECE
Black with #9C3ECE
Text Example
Text Example
White with #9C3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3ECE; }
p { color: rgb(156,62,206); }
H1.HeaderClassName
{
color: #9C3ECE;
}
.AnyTagClassName
{
color: #9C3ECE;
}
</style>
background-color css
<style>
a { background-color: #9C3ECE; }
a { background-color: rgb(156,62,206); }
div.DivClassName
{
background-color: #9C3ECE;
}
.BgClassName
{
background-color: #9C3ECE;
}
</style>
border-color css
<style>
span { border-color: #9C3ECE; }
span { border-color: rgb(156,62,206); }
td.TdClassName
{
border-color: #9C3ECE;
}
.TagClassName
{
border-color: #9C3ECE;
}
</style>