Shades of Dark Orchid #9C35BC
Tints of Dark Orchid #9C35BC
RGB
CMYK
RGB Variations
Color information
#9C35BC (or 0x9C35BC) is known color: Dark Orchid. HEX triplet: 9C, 35 and BC. RGB value is (156,53,188). Sum of RGB (Red+Green+Blue) = 156+53+188=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C35BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C35BC is #63CA43. Grayscale: #626262. Windows color (decimal): -6539844 or 12334492. OLE color: 12334492.
HSL color Cylindrical-coordinate representation of color #9C35BC: hue angle of 285.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C35BC is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 53 | 188 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.26 |
| HSL | 285.78º | 0.56% | 0.47% | - |
| HSV(B) | 285.78º | 0.72% | 0.74% | - |
| XYZ | 24.06 | 13.24 | 48.87 | - |
| YUV | 99.19 | 178.12 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 188 | 0.17 | 0.72 | 0 | 0.26 | 285.78 | 0.56 | 0.47 |
| Hex | 9C | 35 | BC | 11 | 48 | 0 | 1A | 11E | 38 | 2F |
| Octal | 234 | 65 | 274 | 21 | 110 | 0 | 32 | 436 | 70 | 57 |
| Binary | 10011100 | 110101 | 10111100 | 10001 | 1001000 | 0 | 11010 | 100011110 | 111000 | 101111 |
Color Harmonies of #9C35BC
Complementary color
Monochromatic Colors of #9C35BC
Black with #9C35BC
Text Example
Text Example
White with #9C35BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C35BC; }
p { color: rgb(156,53,188); }
H1.HeaderClassName
{
color: #9C35BC;
}
.AnyTagClassName
{
color: #9C35BC;
}
</style>
background-color css
<style>
a { background-color: #9C35BC; }
a { background-color: rgb(156,53,188); }
div.DivClassName
{
background-color: #9C35BC;
}
.BgClassName
{
background-color: #9C35BC;
}
</style>
border-color css
<style>
span { border-color: #9C35BC; }
span { border-color: rgb(156,53,188); }
td.TdClassName
{
border-color: #9C35BC;
}
.TagClassName
{
border-color: #9C35BC;
}
</style>