Shades of Dark Orchid #9833AB
Tints of Dark Orchid #9833AB
RGB
CMYK
RGB Variations
Color information
#9833AB (or 0x9833AB) is known color: Dark Orchid. HEX triplet: 98, 33 and AB. RGB value is (152,51,171). Sum of RGB (Red+Green+Blue) = 152+51+171=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #9833AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9833AB is #67CC54. Grayscale: #5E5E5E. Windows color (decimal): -6802517 or 11219864. OLE color: 11219864.
HSL color Cylindrical-coordinate representation of color #9833AB: hue angle of 290.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9833AB is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 51 | 171 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.33 |
| HSL | 290.5º | 0.54% | 0.44% | - |
| HSV(B) | 290.5º | 0.7% | 0.67% | - |
| XYZ | 21.48 | 11.98 | 39.71 | - |
| YUV | 94.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 171 | 0.11 | 0.70 | 0 | 0.33 | 290.5 | 0.54 | 0.44 |
| Hex | 98 | 33 | AB | B | 46 | 0 | 21 | 122 | 36 | 2C |
| Octal | 230 | 63 | 253 | 13 | 106 | 0 | 41 | 442 | 66 | 54 |
| Binary | 10011000 | 110011 | 10101011 | 1011 | 1000110 | 0 | 100001 | 100100010 | 110110 | 101100 |
Color Harmonies of #9833AB
Complementary color
Monochromatic Colors of #9833AB
Black with #9833AB
Text Example
Text Example
White with #9833AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9833AB; }
p { color: rgb(152,51,171); }
H1.HeaderClassName
{
color: #9833AB;
}
.AnyTagClassName
{
color: #9833AB;
}
</style>
background-color css
<style>
a { background-color: #9833AB; }
a { background-color: rgb(152,51,171); }
div.DivClassName
{
background-color: #9833AB;
}
.BgClassName
{
background-color: #9833AB;
}
</style>
border-color css
<style>
span { border-color: #9833AB; }
span { border-color: rgb(152,51,171); }
td.TdClassName
{
border-color: #9833AB;
}
.TagClassName
{
border-color: #9833AB;
}
</style>