Shades of Dark Orchid #9936AB
Tints of Dark Orchid #9936AB
RGB
CMYK
RGB Variations
Color information
#9936AB (or 0x9936AB) is known color: Dark Orchid. HEX triplet: 99, 36 and AB. RGB value is (153,54,171). Sum of RGB (Red+Green+Blue) = 153+54+171=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #9936AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9936AB is #66C954. Grayscale: #606060. Windows color (decimal): -6736213 or 11220633. OLE color: 11220633.
HSL color Cylindrical-coordinate representation of color #9936AB: hue angle of 290.77º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9936AB is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 54 | 171 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.33 |
| HSL | 290.77º | 0.52% | 0.44% | - |
| HSV(B) | 290.77º | 0.68% | 0.67% | - |
| XYZ | 21.81 | 12.35 | 39.76 | - |
| YUV | 96.94 | 169.8 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 171 | 0.11 | 0.68 | 0 | 0.33 | 290.77 | 0.52 | 0.44 |
| Hex | 99 | 36 | AB | B | 44 | 0 | 21 | 123 | 34 | 2C |
| Octal | 231 | 66 | 253 | 13 | 104 | 0 | 41 | 443 | 64 | 54 |
| Binary | 10011001 | 110110 | 10101011 | 1011 | 1000100 | 0 | 100001 | 100100011 | 110100 | 101100 |
Color Harmonies of #9936AB
Complementary color
Monochromatic Colors of #9936AB
Black with #9936AB
Text Example
Text Example
White with #9936AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9936AB; }
p { color: rgb(153,54,171); }
H1.HeaderClassName
{
color: #9936AB;
}
.AnyTagClassName
{
color: #9936AB;
}
</style>
background-color css
<style>
a { background-color: #9936AB; }
a { background-color: rgb(153,54,171); }
div.DivClassName
{
background-color: #9936AB;
}
.BgClassName
{
background-color: #9936AB;
}
</style>
border-color css
<style>
span { border-color: #9936AB; }
span { border-color: rgb(153,54,171); }
td.TdClassName
{
border-color: #9936AB;
}
.TagClassName
{
border-color: #9936AB;
}
</style>