Shades of Dark Orchid #9939B0
Tints of Dark Orchid #9939B0
RGB
CMYK
RGB Variations
Color information
#9939B0 (or 0x9939B0) is known color: Dark Orchid. HEX triplet: 99, 39 and B0. RGB value is (153,57,176). Sum of RGB (Red+Green+Blue) = 153+57+176=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #9939B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9939B0 is #66C64F. Grayscale: #626262. Windows color (decimal): -6735440 or 11549081. OLE color: 11549081.
HSL color Cylindrical-coordinate representation of color #9939B0: hue angle of 288.4º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9939B0 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 57 | 176 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.31 |
| HSL | 288.4º | 0.51% | 0.46% | - |
| HSV(B) | 288.4º | 0.68% | 0.69% | - |
| XYZ | 22.44 | 12.83 | 42.37 | - |
| YUV | 99.27 | 171.3 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 176 | 0.13 | 0.68 | 0 | 0.31 | 288.4 | 0.51 | 0.46 |
| Hex | 99 | 39 | B0 | D | 44 | 0 | 1F | 120 | 33 | 2E |
| Octal | 231 | 71 | 260 | 15 | 104 | 0 | 37 | 440 | 63 | 56 |
| Binary | 10011001 | 111001 | 10110000 | 1101 | 1000100 | 0 | 11111 | 100100000 | 110011 | 101110 |
Color Harmonies of #9939B0
Complementary color
Monochromatic Colors of #9939B0
Black with #9939B0
Text Example
Text Example
White with #9939B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9939B0; }
p { color: rgb(153,57,176); }
H1.HeaderClassName
{
color: #9939B0;
}
.AnyTagClassName
{
color: #9939B0;
}
</style>
background-color css
<style>
a { background-color: #9939B0; }
a { background-color: rgb(153,57,176); }
div.DivClassName
{
background-color: #9939B0;
}
.BgClassName
{
background-color: #9939B0;
}
</style>
border-color css
<style>
span { border-color: #9939B0; }
span { border-color: rgb(153,57,176); }
td.TdClassName
{
border-color: #9939B0;
}
.TagClassName
{
border-color: #9939B0;
}
</style>