Shades of Dark Orchid #943ED1
Tints of Dark Orchid #943ED1
RGB
CMYK
RGB Variations
Color information
#943ED1 (or 0x943ED1) is known color: Dark Orchid. HEX triplet: 94, 3E and D1. RGB value is (148,62,209). Sum of RGB (Red+Green+Blue) = 148+62+209=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #943ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943ED1 is #6BC12E. Grayscale: #676767. Windows color (decimal): -7061807 or 13713044. OLE color: 13713044.
HSL color Cylindrical-coordinate representation of color #943ED1: hue angle of 275.1º degrees, saturation: 0.62, 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 #943ED1 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 62 | 209 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.18 |
| HSL | 275.1º | 0.62% | 0.53% | - |
| HSV(B) | 275.1º | 0.7% | 0.82% | - |
| XYZ | 25.44 | 14.34 | 61.75 | - |
| YUV | 104.47 | 186.99 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 62 | 209 | 0.29 | 0.70 | 0 | 0.18 | 275.1 | 0.62 | 0.53 |
| Hex | 94 | 3E | D1 | 1D | 46 | 0 | 12 | 113 | 3E | 35 |
| Octal | 224 | 76 | 321 | 35 | 106 | 0 | 22 | 423 | 76 | 65 |
| Binary | 10010100 | 111110 | 11010001 | 11101 | 1000110 | 0 | 10010 | 100010011 | 111110 | 110101 |
Color Harmonies of #943ED1
Complementary color
Monochromatic Colors of #943ED1
Black with #943ED1
Text Example
Text Example
White with #943ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943ED1; }
p { color: rgb(148,62,209); }
H1.HeaderClassName
{
color: #943ED1;
}
.AnyTagClassName
{
color: #943ED1;
}
</style>
background-color css
<style>
a { background-color: #943ED1; }
a { background-color: rgb(148,62,209); }
div.DivClassName
{
background-color: #943ED1;
}
.BgClassName
{
background-color: #943ED1;
}
</style>
border-color css
<style>
span { border-color: #943ED1; }
span { border-color: rgb(148,62,209); }
td.TdClassName
{
border-color: #943ED1;
}
.TagClassName
{
border-color: #943ED1;
}
</style>