Shades of Dark Orchid #993FBF
Tints of Dark Orchid #993FBF
RGB
CMYK
RGB Variations
Color information
#993FBF (or 0x993FBF) is known color: Dark Orchid. HEX triplet: 99, 3F and BF. RGB value is (153,63,191). Sum of RGB (Red+Green+Blue) = 153+63+191=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #993FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FBF is #66C040. Grayscale: #686868. Windows color (decimal): -6733889 or 12533657. OLE color: 12533657.
HSL color Cylindrical-coordinate representation of color #993FBF: hue angle of 282.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993FBF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 63 | 191 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.25 |
| HSL | 282.19º | 0.5% | 0.5% | - |
| HSV(B) | 282.19º | 0.67% | 0.75% | - |
| XYZ | 24.32 | 14.09 | 50.73 | - |
| YUV | 104.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 191 | 0.20 | 0.67 | 0 | 0.25 | 282.19 | 0.5 | 0.5 |
| Hex | 99 | 3F | BF | 14 | 43 | 0 | 19 | 11A | 32 | 32 |
| Octal | 231 | 77 | 277 | 24 | 103 | 0 | 31 | 432 | 62 | 62 |
| Binary | 10011001 | 111111 | 10111111 | 10100 | 1000011 | 0 | 11001 | 100011010 | 110010 | 110010 |
Color Harmonies of #993FBF
Complementary color
Monochromatic Colors of #993FBF
Black with #993FBF
Text Example
Text Example
White with #993FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FBF; }
p { color: rgb(153,63,191); }
H1.HeaderClassName
{
color: #993FBF;
}
.AnyTagClassName
{
color: #993FBF;
}
</style>
background-color css
<style>
a { background-color: #993FBF; }
a { background-color: rgb(153,63,191); }
div.DivClassName
{
background-color: #993FBF;
}
.BgClassName
{
background-color: #993FBF;
}
</style>
border-color css
<style>
span { border-color: #993FBF; }
span { border-color: rgb(153,63,191); }
td.TdClassName
{
border-color: #993FBF;
}
.TagClassName
{
border-color: #993FBF;
}
</style>