Shades of Dark Orchid #993DBD
Tints of Dark Orchid #993DBD
RGB
CMYK
RGB Variations
Color information
#993DBD (or 0x993DBD) is known color: Dark Orchid. HEX triplet: 99, 3D and BD. RGB value is (153,61,189). Sum of RGB (Red+Green+Blue) = 153+61+189=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #993DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DBD is #66C242. Grayscale: #666666. Windows color (decimal): -6734403 or 12402073. OLE color: 12402073.
HSL color Cylindrical-coordinate representation of color #993DBD: hue angle of 283.12º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993DBD is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 61 | 189 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.26 |
| HSL | 283.13º | 0.51% | 0.49% | - |
| HSV(B) | 283.13º | 0.68% | 0.74% | - |
| XYZ | 23.99 | 13.78 | 49.54 | - |
| YUV | 103.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 189 | 0.19 | 0.68 | 0 | 0.26 | 283.13 | 0.51 | 0.49 |
| Hex | 99 | 3D | BD | 13 | 44 | 0 | 1A | 11B | 33 | 31 |
| Octal | 231 | 75 | 275 | 23 | 104 | 0 | 32 | 433 | 63 | 61 |
| Binary | 10011001 | 111101 | 10111101 | 10011 | 1000100 | 0 | 11010 | 100011011 | 110011 | 110001 |
Color Harmonies of #993DBD
Complementary color
Monochromatic Colors of #993DBD
Black with #993DBD
Text Example
Text Example
White with #993DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DBD; }
p { color: rgb(153,61,189); }
H1.HeaderClassName
{
color: #993DBD;
}
.AnyTagClassName
{
color: #993DBD;
}
</style>
background-color css
<style>
a { background-color: #993DBD; }
a { background-color: rgb(153,61,189); }
div.DivClassName
{
background-color: #993DBD;
}
.BgClassName
{
background-color: #993DBD;
}
</style>
border-color css
<style>
span { border-color: #993DBD; }
span { border-color: rgb(153,61,189); }
td.TdClassName
{
border-color: #993DBD;
}
.TagClassName
{
border-color: #993DBD;
}
</style>