Shades of Dark Violet #940FC2
Tints of Dark Violet #940FC2
RGB
CMYK
RGB Variations
Color information
#940FC2 (or 0x940FC2) is known color: Dark Violet. HEX triplet: 94, 0F and C2. RGB value is (148,15,194). Sum of RGB (Red+Green+Blue) = 148+15+194=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 194 (76.17% from 255 or 54.34% from 357); Max value from RGB is 194 - color contains mainly: blue. Hex color #940FC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940FC2 is #6BF03D. Grayscale: #4A4A4A. Windows color (decimal): -7073854 or 12717972. OLE color: 12717972.
HSL color Cylindrical-coordinate representation of color #940FC2: hue angle of 284.58º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940FC2 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 15 | 194 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.24 |
| HSL | 284.58º | 0.86% | 0.41% | - |
| HSV(B) | 284.58º | 0.92% | 0.76% | - |
| XYZ | 22.12 | 10.53 | 51.91 | - |
| YUV | 75.17 | 195.06 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 194 | 0.24 | 0.92 | 0 | 0.24 | 284.58 | 0.86 | 0.41 |
| Hex | 94 | F | C2 | 18 | 5C | 0 | 18 | 11D | 56 | 29 |
| Octal | 224 | 17 | 302 | 30 | 134 | 0 | 30 | 435 | 126 | 51 |
| Binary | 10010100 | 1111 | 11000010 | 11000 | 1011100 | 0 | 11000 | 100011101 | 1010110 | 101001 |
Color Harmonies of #940FC2
Complementary color
Monochromatic Colors of #940FC2
Black with #940FC2
Text Example
Text Example
White with #940FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FC2; }
p { color: rgb(148,15,194); }
H1.HeaderClassName
{
color: #940FC2;
}
.AnyTagClassName
{
color: #940FC2;
}
</style>
background-color css
<style>
a { background-color: #940FC2; }
a { background-color: rgb(148,15,194); }
div.DivClassName
{
background-color: #940FC2;
}
.BgClassName
{
background-color: #940FC2;
}
</style>
border-color css
<style>
span { border-color: #940FC2; }
span { border-color: rgb(148,15,194); }
td.TdClassName
{
border-color: #940FC2;
}
.TagClassName
{
border-color: #940FC2;
}
</style>