Shades of Dark Orchid #9835AB
Tints of Dark Orchid #9835AB
RGB
CMYK
RGB Variations
Color information
#9835AB (or 0x9835AB) is known color: Dark Orchid. HEX triplet: 98, 35 and AB. RGB value is (152,53,171). Sum of RGB (Red+Green+Blue) = 152+53+171=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #9835AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9835AB is #67CA54. Grayscale: #5F5F5F. Windows color (decimal): -6802005 or 11220376. OLE color: 11220376.
HSL color Cylindrical-coordinate representation of color #9835AB: hue angle of 290.34º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9835AB is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 53 | 171 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.33 |
| HSL | 290.34º | 0.53% | 0.44% | - |
| HSV(B) | 290.34º | 0.69% | 0.67% | - |
| XYZ | 21.57 | 12.16 | 39.74 | - |
| YUV | 96.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 171 | 0.11 | 0.69 | 0 | 0.33 | 290.34 | 0.53 | 0.44 |
| Hex | 98 | 35 | AB | B | 45 | 0 | 21 | 122 | 35 | 2C |
| Octal | 230 | 65 | 253 | 13 | 105 | 0 | 41 | 442 | 65 | 54 |
| Binary | 10011000 | 110101 | 10101011 | 1011 | 1000101 | 0 | 100001 | 100100010 | 110101 | 101100 |
Color Harmonies of #9835AB
Complementary color
Monochromatic Colors of #9835AB
Black with #9835AB
Text Example
Text Example
White with #9835AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9835AB; }
p { color: rgb(152,53,171); }
H1.HeaderClassName
{
color: #9835AB;
}
.AnyTagClassName
{
color: #9835AB;
}
</style>
background-color css
<style>
a { background-color: #9835AB; }
a { background-color: rgb(152,53,171); }
div.DivClassName
{
background-color: #9835AB;
}
.BgClassName
{
background-color: #9835AB;
}
</style>
border-color css
<style>
span { border-color: #9835AB; }
span { border-color: rgb(152,53,171); }
td.TdClassName
{
border-color: #9835AB;
}
.TagClassName
{
border-color: #9835AB;
}
</style>