Shades of Dark Orchid #9C3ECF
Tints of Dark Orchid #9C3ECF
RGB
CMYK
RGB Variations
Color information
#9C3ECF (or 0x9C3ECF) is known color: Dark Orchid. HEX triplet: 9C, 3E and CF. RGB value is (156,62,207). Sum of RGB (Red+Green+Blue) = 156+62+207=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C3ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3ECF is #63C130. Grayscale: #6A6A6A. Windows color (decimal): -6537521 or 13581980. OLE color: 13581980.
HSL color Cylindrical-coordinate representation of color #9C3ECF: hue angle of 278.9º 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 #9C3ECF is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 62 | 207 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.19 |
| HSL | 278.9º | 0.6% | 0.53% | - |
| HSV(B) | 278.9º | 0.7% | 0.81% | - |
| XYZ | 26.7 | 15.02 | 60.52 | - |
| YUV | 106.64 | 184.64 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 62 | 207 | 0.25 | 0.70 | 0 | 0.19 | 278.9 | 0.6 | 0.53 |
| Hex | 9C | 3E | CF | 19 | 46 | 0 | 13 | 117 | 3C | 35 |
| Octal | 234 | 76 | 317 | 31 | 106 | 0 | 23 | 427 | 74 | 65 |
| Binary | 10011100 | 111110 | 11001111 | 11001 | 1000110 | 0 | 10011 | 100010111 | 111100 | 110101 |
Color Harmonies of #9C3ECF
Complementary color
Monochromatic Colors of #9C3ECF
Black with #9C3ECF
Text Example
Text Example
White with #9C3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3ECF; }
p { color: rgb(156,62,207); }
H1.HeaderClassName
{
color: #9C3ECF;
}
.AnyTagClassName
{
color: #9C3ECF;
}
</style>
background-color css
<style>
a { background-color: #9C3ECF; }
a { background-color: rgb(156,62,207); }
div.DivClassName
{
background-color: #9C3ECF;
}
.BgClassName
{
background-color: #9C3ECF;
}
</style>
border-color css
<style>
span { border-color: #9C3ECF; }
span { border-color: rgb(156,62,207); }
td.TdClassName
{
border-color: #9C3ECF;
}
.TagClassName
{
border-color: #9C3ECF;
}
</style>