Shades of Dark Violet #940AF3
Tints of Dark Violet #940AF3
RGB
CMYK
RGB Variations
Color information
#940AF3 (or 0x940AF3) is known color: Dark Violet. HEX triplet: 94, 0A and F3. RGB value is (148,10,243). Sum of RGB (Red+Green+Blue) = 148+10+243=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 243 (95.31% from 255 or 60.60% from 401); Max value from RGB is 243 - color contains mainly: blue. Hex color #940AF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940AF3 is #6BF50C. Grayscale: #4D4D4D. Windows color (decimal): -7075085 or 15927956. OLE color: 15927956.
HSL color Cylindrical-coordinate representation of color #940AF3: hue angle of 275.54º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940AF3 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 10 | 243 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.05 |
| HSL | 275.54º | 0.92% | 0.5% | - |
| HSV(B) | 275.54º | 0.96% | 0.95% | - |
| XYZ | 28.5 | 12.98 | 85.8 | - |
| YUV | 77.82 | 221.22 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 243 | 0.39 | 0.96 | 0 | 0.05 | 275.54 | 0.92 | 0.5 |
| Hex | 94 | A | F3 | 27 | 60 | 0 | 5 | 114 | 5C | 32 |
| Octal | 224 | 12 | 363 | 47 | 140 | 0 | 5 | 424 | 134 | 62 |
| Binary | 10010100 | 1010 | 11110011 | 100111 | 1100000 | 0 | 101 | 100010100 | 1011100 | 110010 |
Color Harmonies of #940AF3
Complementary color
Monochromatic Colors of #940AF3
Black with #940AF3
Text Example
Text Example
White with #940AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940AF3; }
p { color: rgb(148,10,243); }
H1.HeaderClassName
{
color: #940AF3;
}
.AnyTagClassName
{
color: #940AF3;
}
</style>
background-color css
<style>
a { background-color: #940AF3; }
a { background-color: rgb(148,10,243); }
div.DivClassName
{
background-color: #940AF3;
}
.BgClassName
{
background-color: #940AF3;
}
</style>
border-color css
<style>
span { border-color: #940AF3; }
span { border-color: rgb(148,10,243); }
td.TdClassName
{
border-color: #940AF3;
}
.TagClassName
{
border-color: #940AF3;
}
</style>