Shades of Dark Orchid #9C3EDF
Tints of Dark Orchid #9C3EDF
RGB
CMYK
RGB Variations
Color information
#9C3EDF (or 0x9C3EDF) is known color: Dark Orchid. HEX triplet: 9C, 3E and DF. RGB value is (156,62,223). Sum of RGB (Red+Green+Blue) = 156+62+223=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C3EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3EDF is #63C120. Grayscale: #6B6B6B. Windows color (decimal): -6537505 or 14630556. OLE color: 14630556.
HSL color Cylindrical-coordinate representation of color #9C3EDF: hue angle of 275.03º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C3EDF is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 62 | 223 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.13 |
| HSL | 275.03º | 0.72% | 0.56% | - |
| HSV(B) | 275.03º | 0.72% | 0.87% | - |
| XYZ | 28.75 | 15.84 | 71.35 | - |
| YUV | 108.46 | 192.64 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 62 | 223 | 0.30 | 0.72 | 0 | 0.13 | 275.03 | 0.72 | 0.56 |
| Hex | 9C | 3E | DF | 1E | 48 | 0 | D | 113 | 48 | 38 |
| Octal | 234 | 76 | 337 | 36 | 110 | 0 | 15 | 423 | 110 | 70 |
| Binary | 10011100 | 111110 | 11011111 | 11110 | 1001000 | 0 | 1101 | 100010011 | 1001000 | 111000 |
Color Harmonies of #9C3EDF
Complementary color
Monochromatic Colors of #9C3EDF
Black with #9C3EDF
Text Example
Text Example
White with #9C3EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3EDF; }
p { color: rgb(156,62,223); }
H1.HeaderClassName
{
color: #9C3EDF;
}
.AnyTagClassName
{
color: #9C3EDF;
}
</style>
background-color css
<style>
a { background-color: #9C3EDF; }
a { background-color: rgb(156,62,223); }
div.DivClassName
{
background-color: #9C3EDF;
}
.BgClassName
{
background-color: #9C3EDF;
}
</style>
border-color css
<style>
span { border-color: #9C3EDF; }
span { border-color: rgb(156,62,223); }
td.TdClassName
{
border-color: #9C3EDF;
}
.TagClassName
{
border-color: #9C3EDF;
}
</style>