Shades of Dark Orchid #941ACE
Tints of Dark Orchid #941ACE
RGB
CMYK
RGB Variations
Color information
#941ACE (or 0x941ACE) is known color: Dark Orchid. HEX triplet: 94, 1A and CE. RGB value is (148,26,206). Sum of RGB (Red+Green+Blue) = 148+26+206=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #941ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941ACE is #6BE531. Grayscale: #525252. Windows color (decimal): -7071026 or 13507220. OLE color: 13507220.
HSL color Cylindrical-coordinate representation of color #941ACE: hue angle of 280.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941ACE is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 26 | 206 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.19 |
| HSL | 280.67º | 0.78% | 0.45% | - |
| HSV(B) | 280.67º | 0.87% | 0.81% | - |
| XYZ | 23.72 | 11.49 | 59.36 | - |
| YUV | 83 | 197.42 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 26 | 206 | 0.28 | 0.87 | 0 | 0.19 | 280.67 | 0.78 | 0.45 |
| Hex | 94 | 1A | CE | 1C | 57 | 0 | 13 | 119 | 4E | 2D |
| Octal | 224 | 32 | 316 | 34 | 127 | 0 | 23 | 431 | 116 | 55 |
| Binary | 10010100 | 11010 | 11001110 | 11100 | 1010111 | 0 | 10011 | 100011001 | 1001110 | 101101 |
Color Harmonies of #941ACE
Complementary color
Monochromatic Colors of #941ACE
Black with #941ACE
Text Example
Text Example
White with #941ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941ACE; }
p { color: rgb(148,26,206); }
H1.HeaderClassName
{
color: #941ACE;
}
.AnyTagClassName
{
color: #941ACE;
}
</style>
background-color css
<style>
a { background-color: #941ACE; }
a { background-color: rgb(148,26,206); }
div.DivClassName
{
background-color: #941ACE;
}
.BgClassName
{
background-color: #941ACE;
}
</style>
border-color css
<style>
span { border-color: #941ACE; }
span { border-color: rgb(148,26,206); }
td.TdClassName
{
border-color: #941ACE;
}
.TagClassName
{
border-color: #941ACE;
}
</style>