Shades of Dark Orchid #941CCC
Tints of Dark Orchid #941CCC
RGB
CMYK
RGB Variations
Color information
#941CCC (or 0x941CCC) is known color: Dark Orchid. HEX triplet: 94, 1C and CC. RGB value is (148,28,204). Sum of RGB (Red+Green+Blue) = 148+28+204=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #941CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941CCC is #6BE333. Grayscale: #535353. Windows color (decimal): -7070516 or 13376660. OLE color: 13376660.
HSL color Cylindrical-coordinate representation of color #941CCC: hue angle of 280.91º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941CCC is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 28 | 204 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.2 |
| HSL | 280.91º | 0.76% | 0.45% | - |
| HSV(B) | 280.91º | 0.86% | 0.8% | - |
| XYZ | 23.53 | 11.49 | 58.1 | - |
| YUV | 83.94 | 195.76 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 204 | 0.27 | 0.86 | 0 | 0.2 | 280.91 | 0.76 | 0.45 |
| Hex | 94 | 1C | CC | 1B | 56 | 0 | 14 | 119 | 4C | 2D |
| Octal | 224 | 34 | 314 | 33 | 126 | 0 | 24 | 431 | 114 | 55 |
| Binary | 10010100 | 11100 | 11001100 | 11011 | 1010110 | 0 | 10100 | 100011001 | 1001100 | 101101 |
Color Harmonies of #941CCC
Complementary color
Monochromatic Colors of #941CCC
Black with #941CCC
Text Example
Text Example
White with #941CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941CCC; }
p { color: rgb(148,28,204); }
H1.HeaderClassName
{
color: #941CCC;
}
.AnyTagClassName
{
color: #941CCC;
}
</style>
background-color css
<style>
a { background-color: #941CCC; }
a { background-color: rgb(148,28,204); }
div.DivClassName
{
background-color: #941CCC;
}
.BgClassName
{
background-color: #941CCC;
}
</style>
border-color css
<style>
span { border-color: #941CCC; }
span { border-color: rgb(148,28,204); }
td.TdClassName
{
border-color: #941CCC;
}
.TagClassName
{
border-color: #941CCC;
}
</style>