Shades of Dark Orchid #9936BA
Tints of Dark Orchid #9936BA
RGB
CMYK
RGB Variations
Color information
#9936BA (or 0x9936BA) is known color: Dark Orchid. HEX triplet: 99, 36 and BA. RGB value is (153,54,186). Sum of RGB (Red+Green+Blue) = 153+54+186=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #9936BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9936BA is #66C945. Grayscale: #626262. Windows color (decimal): -6736198 or 12203673. OLE color: 12203673.
HSL color Cylindrical-coordinate representation of color #9936BA: hue angle of 285º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9936BA is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 54 | 186 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.27 |
| HSL | 285º | 0.55% | 0.47% | - |
| HSV(B) | 285º | 0.71% | 0.73% | - |
| XYZ | 23.32 | 12.96 | 47.73 | - |
| YUV | 98.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 186 | 0.18 | 0.71 | 0 | 0.27 | 285 | 0.55 | 0.47 |
| Hex | 99 | 36 | BA | 12 | 47 | 0 | 1B | 11D | 37 | 2F |
| Octal | 231 | 66 | 272 | 22 | 107 | 0 | 33 | 435 | 67 | 57 |
| Binary | 10011001 | 110110 | 10111010 | 10010 | 1000111 | 0 | 11011 | 100011101 | 110111 | 101111 |
Color Harmonies of #9936BA
Complementary color
Monochromatic Colors of #9936BA
Black with #9936BA
Text Example
Text Example
White with #9936BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9936BA; }
p { color: rgb(153,54,186); }
H1.HeaderClassName
{
color: #9936BA;
}
.AnyTagClassName
{
color: #9936BA;
}
</style>
background-color css
<style>
a { background-color: #9936BA; }
a { background-color: rgb(153,54,186); }
div.DivClassName
{
background-color: #9936BA;
}
.BgClassName
{
background-color: #9936BA;
}
</style>
border-color css
<style>
span { border-color: #9936BA; }
span { border-color: rgb(153,54,186); }
td.TdClassName
{
border-color: #9936BA;
}
.TagClassName
{
border-color: #9936BA;
}
</style>