Shades of Dark Orchid #943EDA
Tints of Dark Orchid #943EDA
RGB
CMYK
RGB Variations
Color information
#943EDA (or 0x943EDA) is known color: Dark Orchid. HEX triplet: 94, 3E and DA. RGB value is (148,62,218). Sum of RGB (Red+Green+Blue) = 148+62+218=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #943EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943EDA is #6BC125. Grayscale: #686868. Windows color (decimal): -7061798 or 14302868. OLE color: 14302868.
HSL color Cylindrical-coordinate representation of color #943EDA: hue angle of 273.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #943EDA is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 62 | 218 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.15 |
| HSL | 273.08º | 0.68% | 0.55% | - |
| HSV(B) | 273.08º | 0.72% | 0.85% | - |
| XYZ | 26.59 | 14.8 | 67.79 | - |
| YUV | 105.5 | 191.49 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 62 | 218 | 0.32 | 0.72 | 0 | 0.15 | 273.08 | 0.68 | 0.55 |
| Hex | 94 | 3E | DA | 20 | 48 | 0 | F | 111 | 44 | 37 |
| Octal | 224 | 76 | 332 | 40 | 110 | 0 | 17 | 421 | 104 | 67 |
| Binary | 10010100 | 111110 | 11011010 | 100000 | 1001000 | 0 | 1111 | 100010001 | 1000100 | 110111 |
Color Harmonies of #943EDA
Complementary color
Monochromatic Colors of #943EDA
Black with #943EDA
Text Example
Text Example
White with #943EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943EDA; }
p { color: rgb(148,62,218); }
H1.HeaderClassName
{
color: #943EDA;
}
.AnyTagClassName
{
color: #943EDA;
}
</style>
background-color css
<style>
a { background-color: #943EDA; }
a { background-color: rgb(148,62,218); }
div.DivClassName
{
background-color: #943EDA;
}
.BgClassName
{
background-color: #943EDA;
}
</style>
border-color css
<style>
span { border-color: #943EDA; }
span { border-color: rgb(148,62,218); }
td.TdClassName
{
border-color: #943EDA;
}
.TagClassName
{
border-color: #943EDA;
}
</style>