Shades of Dark Orchid #993DBE
Tints of Dark Orchid #993DBE
RGB
CMYK
RGB Variations
Color information
#993DBE (or 0x993DBE) is known color: Dark Orchid. HEX triplet: 99, 3D and BE. RGB value is (153,61,190). Sum of RGB (Red+Green+Blue) = 153+61+190=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #993DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DBE is #66C241. Grayscale: #666666. Windows color (decimal): -6734402 or 12467609. OLE color: 12467609.
HSL color Cylindrical-coordinate representation of color #993DBE: hue angle of 282.79º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993DBE is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 61 | 190 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.25 |
| HSL | 282.79º | 0.51% | 0.49% | - |
| HSV(B) | 282.79º | 0.68% | 0.75% | - |
| XYZ | 24.1 | 13.83 | 50.11 | - |
| YUV | 103.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 190 | 0.19 | 0.68 | 0 | 0.25 | 282.79 | 0.51 | 0.49 |
| Hex | 99 | 3D | BE | 13 | 44 | 0 | 19 | 11B | 33 | 31 |
| Octal | 231 | 75 | 276 | 23 | 104 | 0 | 31 | 433 | 63 | 61 |
| Binary | 10011001 | 111101 | 10111110 | 10011 | 1000100 | 0 | 11001 | 100011011 | 110011 | 110001 |
Color Harmonies of #993DBE
Complementary color
Monochromatic Colors of #993DBE
Black with #993DBE
Text Example
Text Example
White with #993DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DBE; }
p { color: rgb(153,61,190); }
H1.HeaderClassName
{
color: #993DBE;
}
.AnyTagClassName
{
color: #993DBE;
}
</style>
background-color css
<style>
a { background-color: #993DBE; }
a { background-color: rgb(153,61,190); }
div.DivClassName
{
background-color: #993DBE;
}
.BgClassName
{
background-color: #993DBE;
}
</style>
border-color css
<style>
span { border-color: #993DBE; }
span { border-color: rgb(153,61,190); }
td.TdClassName
{
border-color: #993DBE;
}
.TagClassName
{
border-color: #993DBE;
}
</style>