Shades of Dark Orchid #9C35DF
Tints of Dark Orchid #9C35DF
RGB
CMYK
RGB Variations
Color information
#9C35DF (or 0x9C35DF) is known color: Dark Orchid. HEX triplet: 9C, 35 and DF. RGB value is (156,53,223). Sum of RGB (Red+Green+Blue) = 156+53+223=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C35DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C35DF is #63CA20. Grayscale: #666666. Windows color (decimal): -6539809 or 14628252. OLE color: 14628252.
HSL color Cylindrical-coordinate representation of color #9C35DF: hue angle of 276.35º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C35DF is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 53 | 223 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.13 |
| HSL | 276.35º | 0.73% | 0.54% | - |
| HSV(B) | 276.35º | 0.76% | 0.87% | - |
| XYZ | 28.3 | 14.94 | 71.2 | - |
| YUV | 103.18 | 195.62 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 223 | 0.30 | 0.76 | 0 | 0.13 | 276.35 | 0.73 | 0.54 |
| Hex | 9C | 35 | DF | 1E | 4C | 0 | D | 114 | 49 | 36 |
| Octal | 234 | 65 | 337 | 36 | 114 | 0 | 15 | 424 | 111 | 66 |
| Binary | 10011100 | 110101 | 11011111 | 11110 | 1001100 | 0 | 1101 | 100010100 | 1001001 | 110110 |
Color Harmonies of #9C35DF
Complementary color
Monochromatic Colors of #9C35DF
Black with #9C35DF
Text Example
Text Example
White with #9C35DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C35DF; }
p { color: rgb(156,53,223); }
H1.HeaderClassName
{
color: #9C35DF;
}
.AnyTagClassName
{
color: #9C35DF;
}
</style>
background-color css
<style>
a { background-color: #9C35DF; }
a { background-color: rgb(156,53,223); }
div.DivClassName
{
background-color: #9C35DF;
}
.BgClassName
{
background-color: #9C35DF;
}
</style>
border-color css
<style>
span { border-color: #9C35DF; }
span { border-color: rgb(156,53,223); }
td.TdClassName
{
border-color: #9C35DF;
}
.TagClassName
{
border-color: #9C35DF;
}
</style>