Shades of Dark Violet #940AF6
Tints of Dark Violet #940AF6
RGB
CMYK
RGB Variations
Color information
#940AF6 (or 0x940AF6) is known color: Dark Violet. HEX triplet: 94, 0A and F6. RGB value is (148,10,246). Sum of RGB (Red+Green+Blue) = 148+10+246=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 246 (96.48% from 255 or 60.89% from 404); Max value from RGB is 246 - color contains mainly: blue. Hex color #940AF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940AF6 is #6BF509. Grayscale: #4D4D4D. Windows color (decimal): -7075082 or 16124564. OLE color: 16124564.
HSL color Cylindrical-coordinate representation of color #940AF6: hue angle of 275.08º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940AF6 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 10 | 246 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.04 |
| HSL | 275.08º | 0.93% | 0.5% | - |
| HSV(B) | 275.08º | 0.96% | 0.96% | - |
| XYZ | 28.96 | 13.17 | 88.2 | - |
| YUV | 78.17 | 222.72 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 246 | 0.40 | 0.96 | 0 | 0.04 | 275.08 | 0.93 | 0.5 |
| Hex | 94 | A | F6 | 28 | 60 | 0 | 4 | 113 | 5D | 32 |
| Octal | 224 | 12 | 366 | 50 | 140 | 0 | 4 | 423 | 135 | 62 |
| Binary | 10010100 | 1010 | 11110110 | 101000 | 1100000 | 0 | 100 | 100010011 | 1011101 | 110010 |
Color Harmonies of #940AF6
Complementary color
Monochromatic Colors of #940AF6
Black with #940AF6
Text Example
Text Example
White with #940AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940AF6; }
p { color: rgb(148,10,246); }
H1.HeaderClassName
{
color: #940AF6;
}
.AnyTagClassName
{
color: #940AF6;
}
</style>
background-color css
<style>
a { background-color: #940AF6; }
a { background-color: rgb(148,10,246); }
div.DivClassName
{
background-color: #940AF6;
}
.BgClassName
{
background-color: #940AF6;
}
</style>
border-color css
<style>
span { border-color: #940AF6; }
span { border-color: rgb(148,10,246); }
td.TdClassName
{
border-color: #940AF6;
}
.TagClassName
{
border-color: #940AF6;
}
</style>