Shades of Dark Violet #940AFB
Tints of Dark Violet #940AFB
RGB
CMYK
RGB Variations
Color information
#940AFB (or 0x940AFB) is known color: Dark Violet. HEX triplet: 94, 0A and FB. RGB value is (148,10,251). Sum of RGB (Red+Green+Blue) = 148+10+251=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #940AFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940AFB is #6BF504. Grayscale: #4D4D4D. Windows color (decimal): -7075077 or 16452244. OLE color: 16452244.
HSL color Cylindrical-coordinate representation of color #940AFB: hue angle of 274.36º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940AFB is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 10 | 251 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.02 |
| HSL | 274.36º | 0.97% | 0.51% | - |
| HSV(B) | 274.36º | 0.96% | 0.98% | - |
| XYZ | 29.73 | 13.48 | 92.3 | - |
| YUV | 78.74 | 225.22 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 251 | 0.41 | 0.96 | 0 | 0.02 | 274.36 | 0.97 | 0.51 |
| Hex | 94 | A | FB | 29 | 60 | 0 | 2 | 112 | 61 | 33 |
| Octal | 224 | 12 | 373 | 51 | 140 | 0 | 2 | 422 | 141 | 63 |
| Binary | 10010100 | 1010 | 11111011 | 101001 | 1100000 | 0 | 10 | 100010010 | 1100001 | 110011 |
Color Harmonies of #940AFB
Complementary color
Monochromatic Colors of #940AFB
Black with #940AFB
Text Example
Text Example
White with #940AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940AFB; }
p { color: rgb(148,10,251); }
H1.HeaderClassName
{
color: #940AFB;
}
.AnyTagClassName
{
color: #940AFB;
}
</style>
background-color css
<style>
a { background-color: #940AFB; }
a { background-color: rgb(148,10,251); }
div.DivClassName
{
background-color: #940AFB;
}
.BgClassName
{
background-color: #940AFB;
}
</style>
border-color css
<style>
span { border-color: #940AFB; }
span { border-color: rgb(148,10,251); }
td.TdClassName
{
border-color: #940AFB;
}
.TagClassName
{
border-color: #940AFB;
}
</style>