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