Shades of Dark Orchid #9935CE
Tints of Dark Orchid #9935CE
RGB
CMYK
RGB Variations
Color information
#9935CE (or 0x9935CE) is known color: Dark Orchid. HEX triplet: 99, 35 and CE. RGB value is (153,53,206). Sum of RGB (Red+Green+Blue) = 153+53+206=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #9935CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9935CE is #66CA31. Grayscale: #636363. Windows color (decimal): -6736434 or 13514137. OLE color: 13514137.
HSL color Cylindrical-coordinate representation of color #9935CE: hue angle of 279.22º 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 #9935CE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 53 | 206 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.19 |
| HSL | 279.22º | 0.61% | 0.51% | - |
| HSV(B) | 279.22º | 0.74% | 0.81% | - |
| XYZ | 25.55 | 13.77 | 59.7 | - |
| YUV | 100.34 | 187.63 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 206 | 0.26 | 0.74 | 0 | 0.19 | 279.22 | 0.61 | 0.51 |
| Hex | 99 | 35 | CE | 1A | 4A | 0 | 13 | 117 | 3D | 33 |
| Octal | 231 | 65 | 316 | 32 | 112 | 0 | 23 | 427 | 75 | 63 |
| Binary | 10011001 | 110101 | 11001110 | 11010 | 1001010 | 0 | 10011 | 100010111 | 111101 | 110011 |
Color Harmonies of #9935CE
Complementary color
Monochromatic Colors of #9935CE
Black with #9935CE
Text Example
Text Example
White with #9935CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9935CE; }
p { color: rgb(153,53,206); }
H1.HeaderClassName
{
color: #9935CE;
}
.AnyTagClassName
{
color: #9935CE;
}
</style>
background-color css
<style>
a { background-color: #9935CE; }
a { background-color: rgb(153,53,206); }
div.DivClassName
{
background-color: #9935CE;
}
.BgClassName
{
background-color: #9935CE;
}
</style>
border-color css
<style>
span { border-color: #9935CE; }
span { border-color: rgb(153,53,206); }
td.TdClassName
{
border-color: #9935CE;
}
.TagClassName
{
border-color: #9935CE;
}
</style>