Shades of Dark Orchid #941EC8
Tints of Dark Orchid #941EC8
RGB
CMYK
RGB Variations
Color information
#941EC8 (or 0x941EC8) is known color: Dark Orchid. HEX triplet: 94, 1E and C8. RGB value is (148,30,200). Sum of RGB (Red+Green+Blue) = 148+30+200=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #941EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941EC8 is #6BE137. Grayscale: #545454. Windows color (decimal): -7070008 or 13115028. OLE color: 13115028.
HSL color Cylindrical-coordinate representation of color #941EC8: hue angle of 281.65º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941EC8 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 30 | 200 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.22 |
| HSL | 281.65º | 0.74% | 0.45% | - |
| HSV(B) | 281.65º | 0.85% | 0.78% | - |
| XYZ | 23.1 | 11.39 | 55.63 | - |
| YUV | 84.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 30 | 200 | 0.26 | 0.85 | 0 | 0.22 | 281.65 | 0.74 | 0.45 |
| Hex | 94 | 1E | C8 | 1A | 55 | 0 | 16 | 11A | 4A | 2D |
| Octal | 224 | 36 | 310 | 32 | 125 | 0 | 26 | 432 | 112 | 55 |
| Binary | 10010100 | 11110 | 11001000 | 11010 | 1010101 | 0 | 10110 | 100011010 | 1001010 | 101101 |
Color Harmonies of #941EC8
Complementary color
Monochromatic Colors of #941EC8
Black with #941EC8
Text Example
Text Example
White with #941EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941EC8; }
p { color: rgb(148,30,200); }
H1.HeaderClassName
{
color: #941EC8;
}
.AnyTagClassName
{
color: #941EC8;
}
</style>
background-color css
<style>
a { background-color: #941EC8; }
a { background-color: rgb(148,30,200); }
div.DivClassName
{
background-color: #941EC8;
}
.BgClassName
{
background-color: #941EC8;
}
</style>
border-color css
<style>
span { border-color: #941EC8; }
span { border-color: rgb(148,30,200); }
td.TdClassName
{
border-color: #941EC8;
}
.TagClassName
{
border-color: #941EC8;
}
</style>