Shades of Dark Orchid #9939B2
Tints of Dark Orchid #9939B2
RGB
CMYK
RGB Variations
Color information
#9939B2 (or 0x9939B2) is known color: Dark Orchid. HEX triplet: 99, 39 and B2. RGB value is (153,57,178). Sum of RGB (Red+Green+Blue) = 153+57+178=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #9939B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9939B2 is #66C64D. Grayscale: #636363. Windows color (decimal): -6735438 or 11680153. OLE color: 11680153.
HSL color Cylindrical-coordinate representation of color #9939B2: hue angle of 287.6º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9939B2 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 57 | 178 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.30 |
| HSL | 287.6º | 0.51% | 0.46% | - |
| HSV(B) | 287.6º | 0.68% | 0.7% | - |
| XYZ | 22.64 | 12.91 | 43.42 | - |
| YUV | 99.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 178 | 0.14 | 0.68 | 0 | 0.30 | 287.6 | 0.51 | 0.46 |
| Hex | 99 | 39 | B2 | E | 44 | 0 | 1E | 120 | 33 | 2E |
| Octal | 231 | 71 | 262 | 16 | 104 | 0 | 36 | 440 | 63 | 56 |
| Binary | 10011001 | 111001 | 10110010 | 1110 | 1000100 | 0 | 11110 | 100100000 | 110011 | 101110 |
Color Harmonies of #9939B2
Complementary color
Monochromatic Colors of #9939B2
Black with #9939B2
Text Example
Text Example
White with #9939B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9939B2; }
p { color: rgb(153,57,178); }
H1.HeaderClassName
{
color: #9939B2;
}
.AnyTagClassName
{
color: #9939B2;
}
</style>
background-color css
<style>
a { background-color: #9939B2; }
a { background-color: rgb(153,57,178); }
div.DivClassName
{
background-color: #9939B2;
}
.BgClassName
{
background-color: #9939B2;
}
</style>
border-color css
<style>
span { border-color: #9939B2; }
span { border-color: rgb(153,57,178); }
td.TdClassName
{
border-color: #9939B2;
}
.TagClassName
{
border-color: #9939B2;
}
</style>