Shades of Dark Orchid #9933AB
Tints of Dark Orchid #9933AB
RGB
CMYK
RGB Variations
Color information
#9933AB (or 0x9933AB) is known color: Dark Orchid. HEX triplet: 99, 33 and AB. RGB value is (153,51,171). Sum of RGB (Red+Green+Blue) = 153+51+171=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #9933AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9933AB is #66CC54. Grayscale: #5E5E5E. Windows color (decimal): -6736981 or 11219865. OLE color: 11219865.
HSL color Cylindrical-coordinate representation of color #9933AB: hue angle of 291º 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 #9933AB is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 51 | 171 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.33 |
| HSL | 291º | 0.54% | 0.44% | - |
| HSV(B) | 291º | 0.7% | 0.67% | - |
| XYZ | 21.67 | 12.08 | 39.72 | - |
| YUV | 95.18 | 170.79 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 171 | 0.11 | 0.70 | 0 | 0.33 | 291 | 0.54 | 0.44 |
| Hex | 99 | 33 | AB | B | 46 | 0 | 21 | 123 | 36 | 2C |
| Octal | 231 | 63 | 253 | 13 | 106 | 0 | 41 | 443 | 66 | 54 |
| Binary | 10011001 | 110011 | 10101011 | 1011 | 1000110 | 0 | 100001 | 100100011 | 110110 | 101100 |
Color Harmonies of #9933AB
Complementary color
Monochromatic Colors of #9933AB
Black with #9933AB
Text Example
Text Example
White with #9933AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9933AB; }
p { color: rgb(153,51,171); }
H1.HeaderClassName
{
color: #9933AB;
}
.AnyTagClassName
{
color: #9933AB;
}
</style>
background-color css
<style>
a { background-color: #9933AB; }
a { background-color: rgb(153,51,171); }
div.DivClassName
{
background-color: #9933AB;
}
.BgClassName
{
background-color: #9933AB;
}
</style>
border-color css
<style>
span { border-color: #9933AB; }
span { border-color: rgb(153,51,171); }
td.TdClassName
{
border-color: #9933AB;
}
.TagClassName
{
border-color: #9933AB;
}
</style>