Shades of Dark Orchid #941ED2
Tints of Dark Orchid #941ED2
RGB
CMYK
RGB Variations
Color information
#941ED2 (or 0x941ED2) is known color: Dark Orchid. HEX triplet: 94, 1E and D2. RGB value is (148,30,210). Sum of RGB (Red+Green+Blue) = 148+30+210=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #941ED2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941ED2 is #6BE12D. Grayscale: #555555. Windows color (decimal): -7069998 or 13770388. OLE color: 13770388.
HSL color Cylindrical-coordinate representation of color #941ED2: hue angle of 279.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941ED2 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 30 | 210 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.18 |
| HSL | 279.33º | 0.75% | 0.47% | - |
| HSV(B) | 279.33º | 0.86% | 0.82% | - |
| XYZ | 24.31 | 11.88 | 61.98 | - |
| YUV | 85.8 | 198.09 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 30 | 210 | 0.30 | 0.86 | 0 | 0.18 | 279.33 | 0.75 | 0.47 |
| Hex | 94 | 1E | D2 | 1E | 56 | 0 | 12 | 117 | 4B | 2F |
| Octal | 224 | 36 | 322 | 36 | 126 | 0 | 22 | 427 | 113 | 57 |
| Binary | 10010100 | 11110 | 11010010 | 11110 | 1010110 | 0 | 10010 | 100010111 | 1001011 | 101111 |
Color Harmonies of #941ED2
Complementary color
Monochromatic Colors of #941ED2
Black with #941ED2
Text Example
Text Example
White with #941ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941ED2; }
p { color: rgb(148,30,210); }
H1.HeaderClassName
{
color: #941ED2;
}
.AnyTagClassName
{
color: #941ED2;
}
</style>
background-color css
<style>
a { background-color: #941ED2; }
a { background-color: rgb(148,30,210); }
div.DivClassName
{
background-color: #941ED2;
}
.BgClassName
{
background-color: #941ED2;
}
</style>
border-color css
<style>
span { border-color: #941ED2; }
span { border-color: rgb(148,30,210); }
td.TdClassName
{
border-color: #941ED2;
}
.TagClassName
{
border-color: #941ED2;
}
</style>