Shades of Dark Orchid #941EBA
Tints of Dark Orchid #941EBA
RGB
CMYK
RGB Variations
Color information
#941EBA (or 0x941EBA) is known color: Dark Orchid. HEX triplet: 94, 1E and BA. RGB value is (148,30,186). Sum of RGB (Red+Green+Blue) = 148+30+186=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #941EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941EBA is #6BE145. Grayscale: #525252. Windows color (decimal): -7070022 or 12197524. OLE color: 12197524.
HSL color Cylindrical-coordinate representation of color #941EBA: hue angle of 285.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941EBA is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 30 | 186 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.27 |
| HSL | 285.38º | 0.72% | 0.42% | - |
| HSV(B) | 285.38º | 0.84% | 0.73% | - |
| XYZ | 21.54 | 10.77 | 47.4 | - |
| YUV | 83.07 | 186.09 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 30 | 186 | 0.20 | 0.84 | 0 | 0.27 | 285.38 | 0.72 | 0.42 |
| Hex | 94 | 1E | BA | 14 | 54 | 0 | 1B | 11D | 48 | 2A |
| Octal | 224 | 36 | 272 | 24 | 124 | 0 | 33 | 435 | 110 | 52 |
| Binary | 10010100 | 11110 | 10111010 | 10100 | 1010100 | 0 | 11011 | 100011101 | 1001000 | 101010 |
Color Harmonies of #941EBA
Complementary color
Monochromatic Colors of #941EBA
Black with #941EBA
Text Example
Text Example
White with #941EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941EBA; }
p { color: rgb(148,30,186); }
H1.HeaderClassName
{
color: #941EBA;
}
.AnyTagClassName
{
color: #941EBA;
}
</style>
background-color css
<style>
a { background-color: #941EBA; }
a { background-color: rgb(148,30,186); }
div.DivClassName
{
background-color: #941EBA;
}
.BgClassName
{
background-color: #941EBA;
}
</style>
border-color css
<style>
span { border-color: #941EBA; }
span { border-color: rgb(148,30,186); }
td.TdClassName
{
border-color: #941EBA;
}
.TagClassName
{
border-color: #941EBA;
}
</style>