Shades of Dark Orchid #941ACC
Tints of Dark Orchid #941ACC
RGB
CMYK
RGB Variations
Color information
#941ACC (or 0x941ACC) is known color: Dark Orchid. HEX triplet: 94, 1A and CC. RGB value is (148,26,204). Sum of RGB (Red+Green+Blue) = 148+26+204=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #941ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941ACC is #6BE533. Grayscale: #525252. Windows color (decimal): -7071028 or 13376148. OLE color: 13376148.
HSL color Cylindrical-coordinate representation of color #941ACC: hue angle of 281.12º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941ACC is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 26 | 204 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.2 |
| HSL | 281.12º | 0.77% | 0.45% | - |
| HSV(B) | 281.12º | 0.87% | 0.8% | - |
| XYZ | 23.48 | 11.39 | 58.09 | - |
| YUV | 82.77 | 196.42 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 26 | 204 | 0.27 | 0.87 | 0 | 0.2 | 281.12 | 0.77 | 0.45 |
| Hex | 94 | 1A | CC | 1B | 57 | 0 | 14 | 119 | 4D | 2D |
| Octal | 224 | 32 | 314 | 33 | 127 | 0 | 24 | 431 | 115 | 55 |
| Binary | 10010100 | 11010 | 11001100 | 11011 | 1010111 | 0 | 10100 | 100011001 | 1001101 | 101101 |
Color Harmonies of #941ACC
Complementary color
Monochromatic Colors of #941ACC
Black with #941ACC
Text Example
Text Example
White with #941ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941ACC; }
p { color: rgb(148,26,204); }
H1.HeaderClassName
{
color: #941ACC;
}
.AnyTagClassName
{
color: #941ACC;
}
</style>
background-color css
<style>
a { background-color: #941ACC; }
a { background-color: rgb(148,26,204); }
div.DivClassName
{
background-color: #941ACC;
}
.BgClassName
{
background-color: #941ACC;
}
</style>
border-color css
<style>
span { border-color: #941ACC; }
span { border-color: rgb(148,26,204); }
td.TdClassName
{
border-color: #941ACC;
}
.TagClassName
{
border-color: #941ACC;
}
</style>