Shades of Dark Orchid #9937B6
Tints of Dark Orchid #9937B6
RGB
CMYK
RGB Variations
Color information
#9937B6 (or 0x9937B6) is known color: Dark Orchid. HEX triplet: 99, 37 and B6. RGB value is (153,55,182). Sum of RGB (Red+Green+Blue) = 153+55+182=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #9937B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9937B6 is #66C849. Grayscale: #626262. Windows color (decimal): -6735946 or 11941785. OLE color: 11941785.
HSL color Cylindrical-coordinate representation of color #9937B6: hue angle of 286.3º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9937B6 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 55 | 182 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.29 |
| HSL | 286.3º | 0.54% | 0.46% | - |
| HSV(B) | 286.3º | 0.7% | 0.71% | - |
| XYZ | 22.95 | 12.88 | 45.53 | - |
| YUV | 98.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 182 | 0.16 | 0.70 | 0 | 0.29 | 286.3 | 0.54 | 0.46 |
| Hex | 99 | 37 | B6 | 10 | 46 | 0 | 1D | 11E | 36 | 2E |
| Octal | 231 | 67 | 266 | 20 | 106 | 0 | 35 | 436 | 66 | 56 |
| Binary | 10011001 | 110111 | 10110110 | 10000 | 1000110 | 0 | 11101 | 100011110 | 110110 | 101110 |
Color Harmonies of #9937B6
Complementary color
Monochromatic Colors of #9937B6
Black with #9937B6
Text Example
Text Example
White with #9937B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9937B6; }
p { color: rgb(153,55,182); }
H1.HeaderClassName
{
color: #9937B6;
}
.AnyTagClassName
{
color: #9937B6;
}
</style>
background-color css
<style>
a { background-color: #9937B6; }
a { background-color: rgb(153,55,182); }
div.DivClassName
{
background-color: #9937B6;
}
.BgClassName
{
background-color: #9937B6;
}
</style>
border-color css
<style>
span { border-color: #9937B6; }
span { border-color: rgb(153,55,182); }
td.TdClassName
{
border-color: #9937B6;
}
.TagClassName
{
border-color: #9937B6;
}
</style>