Shades of Dark Orchid #9C3EDD
Tints of Dark Orchid #9C3EDD
RGB
CMYK
RGB Variations
Color information
#9C3EDD (or 0x9C3EDD) is known color: Dark Orchid. HEX triplet: 9C, 3E and DD. RGB value is (156,62,221). Sum of RGB (Red+Green+Blue) = 156+62+221=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C3EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3EDD is #63C122. Grayscale: #6B6B6B. Windows color (decimal): -6537507 or 14499484. OLE color: 14499484.
HSL color Cylindrical-coordinate representation of color #9C3EDD: hue angle of 275.47º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C3EDD is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 62 | 221 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.13 |
| HSL | 275.47º | 0.7% | 0.55% | - |
| HSV(B) | 275.47º | 0.72% | 0.87% | - |
| XYZ | 28.48 | 15.73 | 69.94 | - |
| YUV | 108.23 | 191.64 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 62 | 221 | 0.29 | 0.72 | 0 | 0.13 | 275.47 | 0.7 | 0.55 |
| Hex | 9C | 3E | DD | 1D | 48 | 0 | D | 113 | 46 | 37 |
| Octal | 234 | 76 | 335 | 35 | 110 | 0 | 15 | 423 | 106 | 67 |
| Binary | 10011100 | 111110 | 11011101 | 11101 | 1001000 | 0 | 1101 | 100010011 | 1000110 | 110111 |
Color Harmonies of #9C3EDD
Complementary color
Monochromatic Colors of #9C3EDD
Black with #9C3EDD
Text Example
Text Example
White with #9C3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3EDD; }
p { color: rgb(156,62,221); }
H1.HeaderClassName
{
color: #9C3EDD;
}
.AnyTagClassName
{
color: #9C3EDD;
}
</style>
background-color css
<style>
a { background-color: #9C3EDD; }
a { background-color: rgb(156,62,221); }
div.DivClassName
{
background-color: #9C3EDD;
}
.BgClassName
{
background-color: #9C3EDD;
}
</style>
border-color css
<style>
span { border-color: #9C3EDD; }
span { border-color: rgb(156,62,221); }
td.TdClassName
{
border-color: #9C3EDD;
}
.TagClassName
{
border-color: #9C3EDD;
}
</style>