Shades of Dark Orchid #993FBC
Tints of Dark Orchid #993FBC
RGB
CMYK
RGB Variations
Color information
#993FBC (or 0x993FBC) is known color: Dark Orchid. HEX triplet: 99, 3F and BC. RGB value is (153,63,188). Sum of RGB (Red+Green+Blue) = 153+63+188=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #993FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FBC is #66C043. Grayscale: #676767. Windows color (decimal): -6733892 or 12337049. OLE color: 12337049.
HSL color Cylindrical-coordinate representation of color #993FBC: hue angle of 283.2º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993FBC is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 63 | 188 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.26 |
| HSL | 283.2º | 0.5% | 0.49% | - |
| HSV(B) | 283.2º | 0.66% | 0.74% | - |
| XYZ | 23.99 | 13.96 | 49.01 | - |
| YUV | 104.16 | 175.32 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 188 | 0.19 | 0.66 | 0 | 0.26 | 283.2 | 0.5 | 0.49 |
| Hex | 99 | 3F | BC | 13 | 42 | 0 | 1A | 11B | 32 | 31 |
| Octal | 231 | 77 | 274 | 23 | 102 | 0 | 32 | 433 | 62 | 61 |
| Binary | 10011001 | 111111 | 10111100 | 10011 | 1000010 | 0 | 11010 | 100011011 | 110010 | 110001 |
Color Harmonies of #993FBC
Complementary color
Monochromatic Colors of #993FBC
Black with #993FBC
Text Example
Text Example
White with #993FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FBC; }
p { color: rgb(153,63,188); }
H1.HeaderClassName
{
color: #993FBC;
}
.AnyTagClassName
{
color: #993FBC;
}
</style>
background-color css
<style>
a { background-color: #993FBC; }
a { background-color: rgb(153,63,188); }
div.DivClassName
{
background-color: #993FBC;
}
.BgClassName
{
background-color: #993FBC;
}
</style>
border-color css
<style>
span { border-color: #993FBC; }
span { border-color: rgb(153,63,188); }
td.TdClassName
{
border-color: #993FBC;
}
.TagClassName
{
border-color: #993FBC;
}
</style>