Shades of Dark Orchid #9939BF
Tints of Dark Orchid #9939BF
RGB
CMYK
RGB Variations
Color information
#9939BF (or 0x9939BF) is known color: Dark Orchid. HEX triplet: 99, 39 and BF. RGB value is (153,57,191). Sum of RGB (Red+Green+Blue) = 153+57+191=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #9939BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9939BF is #66C640. Grayscale: #646464. Windows color (decimal): -6735425 or 12532121. OLE color: 12532121.
HSL color Cylindrical-coordinate representation of color #9939BF: hue angle of 282.99º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9939BF is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 57 | 191 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.25 |
| HSL | 282.99º | 0.54% | 0.49% | - |
| HSV(B) | 282.99º | 0.7% | 0.75% | - |
| XYZ | 24 | 13.46 | 50.62 | - |
| YUV | 100.98 | 178.8 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 191 | 0.20 | 0.70 | 0 | 0.25 | 282.99 | 0.54 | 0.49 |
| Hex | 99 | 39 | BF | 14 | 46 | 0 | 19 | 11B | 36 | 31 |
| Octal | 231 | 71 | 277 | 24 | 106 | 0 | 31 | 433 | 66 | 61 |
| Binary | 10011001 | 111001 | 10111111 | 10100 | 1000110 | 0 | 11001 | 100011011 | 110110 | 110001 |
Color Harmonies of #9939BF
Complementary color
Monochromatic Colors of #9939BF
Black with #9939BF
Text Example
Text Example
White with #9939BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9939BF; }
p { color: rgb(153,57,191); }
H1.HeaderClassName
{
color: #9939BF;
}
.AnyTagClassName
{
color: #9939BF;
}
</style>
background-color css
<style>
a { background-color: #9939BF; }
a { background-color: rgb(153,57,191); }
div.DivClassName
{
background-color: #9939BF;
}
.BgClassName
{
background-color: #9939BF;
}
</style>
border-color css
<style>
span { border-color: #9939BF; }
span { border-color: rgb(153,57,191); }
td.TdClassName
{
border-color: #9939BF;
}
.TagClassName
{
border-color: #9939BF;
}
</style>