Shades of Dark Orchid #9937AC
Tints of Dark Orchid #9937AC
RGB
CMYK
RGB Variations
Color information
#9937AC (or 0x9937AC) is known color: Dark Orchid. HEX triplet: 99, 37 and AC. RGB value is (153,55,172). Sum of RGB (Red+Green+Blue) = 153+55+172=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #9937AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9937AC is #66C853. Grayscale: #616161. Windows color (decimal): -6735956 or 11286425. OLE color: 11286425.
HSL color Cylindrical-coordinate representation of color #9937AC: hue angle of 290.26º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9937AC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 55 | 172 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.33 |
| HSL | 290.26º | 0.52% | 0.45% | - |
| HSV(B) | 290.26º | 0.68% | 0.67% | - |
| XYZ | 21.95 | 12.48 | 40.28 | - |
| YUV | 97.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 172 | 0.11 | 0.68 | 0 | 0.33 | 290.26 | 0.52 | 0.45 |
| Hex | 99 | 37 | AC | B | 44 | 0 | 21 | 122 | 34 | 2D |
| Octal | 231 | 67 | 254 | 13 | 104 | 0 | 41 | 442 | 64 | 55 |
| Binary | 10011001 | 110111 | 10101100 | 1011 | 1000100 | 0 | 100001 | 100100010 | 110100 | 101101 |
Color Harmonies of #9937AC
Complementary color
Monochromatic Colors of #9937AC
Black with #9937AC
Text Example
Text Example
White with #9937AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9937AC; }
p { color: rgb(153,55,172); }
H1.HeaderClassName
{
color: #9937AC;
}
.AnyTagClassName
{
color: #9937AC;
}
</style>
background-color css
<style>
a { background-color: #9937AC; }
a { background-color: rgb(153,55,172); }
div.DivClassName
{
background-color: #9937AC;
}
.BgClassName
{
background-color: #9937AC;
}
</style>
border-color css
<style>
span { border-color: #9937AC; }
span { border-color: rgb(153,55,172); }
td.TdClassName
{
border-color: #9937AC;
}
.TagClassName
{
border-color: #9937AC;
}
</style>