Shades of Dark Orchid #993FD1
Tints of Dark Orchid #993FD1
RGB
CMYK
RGB Variations
Color information
#993FD1 (or 0x993FD1) is known color: Dark Orchid. HEX triplet: 99, 3F and D1. RGB value is (153,63,209). Sum of RGB (Red+Green+Blue) = 153+63+209=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #993FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FD1 is #66C02E. Grayscale: #6A6A6A. Windows color (decimal): -6733871 or 13713305. OLE color: 13713305.
HSL color Cylindrical-coordinate representation of color #993FD1: hue angle of 276.99º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #993FD1 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 63 | 209 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.18 |
| HSL | 276.99º | 0.61% | 0.53% | - |
| HSV(B) | 276.99º | 0.7% | 0.82% | - |
| XYZ | 26.42 | 14.93 | 61.81 | - |
| YUV | 106.55 | 185.82 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 209 | 0.27 | 0.70 | 0 | 0.18 | 276.99 | 0.61 | 0.53 |
| Hex | 99 | 3F | D1 | 1B | 46 | 0 | 12 | 115 | 3D | 35 |
| Octal | 231 | 77 | 321 | 33 | 106 | 0 | 22 | 425 | 75 | 65 |
| Binary | 10011001 | 111111 | 11010001 | 11011 | 1000110 | 0 | 10010 | 100010101 | 111101 | 110101 |
Color Harmonies of #993FD1
Complementary color
Monochromatic Colors of #993FD1
Black with #993FD1
Text Example
Text Example
White with #993FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FD1; }
p { color: rgb(153,63,209); }
H1.HeaderClassName
{
color: #993FD1;
}
.AnyTagClassName
{
color: #993FD1;
}
</style>
background-color css
<style>
a { background-color: #993FD1; }
a { background-color: rgb(153,63,209); }
div.DivClassName
{
background-color: #993FD1;
}
.BgClassName
{
background-color: #993FD1;
}
</style>
border-color css
<style>
span { border-color: #993FD1; }
span { border-color: rgb(153,63,209); }
td.TdClassName
{
border-color: #993FD1;
}
.TagClassName
{
border-color: #993FD1;
}
</style>