Shades of Dark Orchid #9C35CE
Tints of Dark Orchid #9C35CE
RGB
CMYK
RGB Variations
Color information
#9C35CE (or 0x9C35CE) is known color: Dark Orchid. HEX triplet: 9C, 35 and CE. RGB value is (156,53,206). Sum of RGB (Red+Green+Blue) = 156+53+206=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C35CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C35CE is #63CA31. Grayscale: #646464. Windows color (decimal): -6539826 or 13514140. OLE color: 13514140.
HSL color Cylindrical-coordinate representation of color #9C35CE: hue angle of 280.39º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C35CE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 53 | 206 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.19 |
| HSL | 280.39º | 0.61% | 0.51% | - |
| HSV(B) | 280.39º | 0.74% | 0.81% | - |
| XYZ | 26.12 | 14.07 | 59.73 | - |
| YUV | 101.24 | 187.12 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 206 | 0.24 | 0.74 | 0 | 0.19 | 280.39 | 0.61 | 0.51 |
| Hex | 9C | 35 | CE | 18 | 4A | 0 | 13 | 118 | 3D | 33 |
| Octal | 234 | 65 | 316 | 30 | 112 | 0 | 23 | 430 | 75 | 63 |
| Binary | 10011100 | 110101 | 11001110 | 11000 | 1001010 | 0 | 10011 | 100011000 | 111101 | 110011 |
Color Harmonies of #9C35CE
Complementary color
Monochromatic Colors of #9C35CE
Black with #9C35CE
Text Example
Text Example
White with #9C35CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C35CE; }
p { color: rgb(156,53,206); }
H1.HeaderClassName
{
color: #9C35CE;
}
.AnyTagClassName
{
color: #9C35CE;
}
</style>
background-color css
<style>
a { background-color: #9C35CE; }
a { background-color: rgb(156,53,206); }
div.DivClassName
{
background-color: #9C35CE;
}
.BgClassName
{
background-color: #9C35CE;
}
</style>
border-color css
<style>
span { border-color: #9C35CE; }
span { border-color: rgb(156,53,206); }
td.TdClassName
{
border-color: #9C35CE;
}
.TagClassName
{
border-color: #9C35CE;
}
</style>