Shades of Dark Orchid #9C35D0
Tints of Dark Orchid #9C35D0
RGB
CMYK
RGB Variations
Color information
#9C35D0 (or 0x9C35D0) is known color: Dark Orchid. HEX triplet: 9C, 35 and D0. RGB value is (156,53,208). Sum of RGB (Red+Green+Blue) = 156+53+208=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C35D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C35D0 is #63CA2F. Grayscale: #646464. Windows color (decimal): -6539824 or 13645212. OLE color: 13645212.
HSL color Cylindrical-coordinate representation of color #9C35D0: hue angle of 279.87º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C35D0 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 53 | 208 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.18 |
| HSL | 279.87º | 0.62% | 0.51% | - |
| HSV(B) | 279.87º | 0.75% | 0.82% | - |
| XYZ | 26.37 | 14.17 | 61.02 | - |
| YUV | 101.47 | 188.12 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 208 | 0.25 | 0.75 | 0 | 0.18 | 279.87 | 0.62 | 0.51 |
| Hex | 9C | 35 | D0 | 19 | 4B | 0 | 12 | 118 | 3E | 33 |
| Octal | 234 | 65 | 320 | 31 | 113 | 0 | 22 | 430 | 76 | 63 |
| Binary | 10011100 | 110101 | 11010000 | 11001 | 1001011 | 0 | 10010 | 100011000 | 111110 | 110011 |
Color Harmonies of #9C35D0
Complementary color
Monochromatic Colors of #9C35D0
Black with #9C35D0
Text Example
Text Example
White with #9C35D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C35D0; }
p { color: rgb(156,53,208); }
H1.HeaderClassName
{
color: #9C35D0;
}
.AnyTagClassName
{
color: #9C35D0;
}
</style>
background-color css
<style>
a { background-color: #9C35D0; }
a { background-color: rgb(156,53,208); }
div.DivClassName
{
background-color: #9C35D0;
}
.BgClassName
{
background-color: #9C35D0;
}
</style>
border-color css
<style>
span { border-color: #9C35D0; }
span { border-color: rgb(156,53,208); }
td.TdClassName
{
border-color: #9C35D0;
}
.TagClassName
{
border-color: #9C35D0;
}
</style>