Shades of Blue Violet #940AFE
Tints of Blue Violet #940AFE
RGB
CMYK
RGB Variations
Color information
#940AFE (or 0x940AFE) is known color: Blue Violet. HEX triplet: 94, 0A and FE. RGB value is (148,10,254). Sum of RGB (Red+Green+Blue) = 148+10+254=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #940AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940AFE is #6BF501. Grayscale: #4E4E4E. Windows color (decimal): -7075074 or 16648852. OLE color: 16648852.
HSL color Cylindrical-coordinate representation of color #940AFE: hue angle of 273.93º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940AFE is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 10 | 254 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.00 |
| HSL | 273.93º | 0.99% | 0.52% | - |
| HSV(B) | 273.93º | 0.96% | 1% | - |
| XYZ | 30.21 | 13.67 | 94.81 | - |
| YUV | 79.08 | 226.72 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 254 | 0.42 | 0.96 | 0 | 0.00 | 273.93 | 0.99 | 0.52 |
| Hex | 94 | A | FE | 2A | 60 | 0 | 0 | 112 | 63 | 34 |
| Octal | 224 | 12 | 376 | 52 | 140 | 0 | 0 | 422 | 143 | 64 |
| Binary | 10010100 | 1010 | 11111110 | 101010 | 1100000 | 0 | 0 | 100010010 | 1100011 | 110100 |
Color Harmonies of #940AFE
Complementary color
Monochromatic Colors of #940AFE
Black with #940AFE
Text Example
Text Example
White with #940AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940AFE; }
p { color: rgb(148,10,254); }
H1.HeaderClassName
{
color: #940AFE;
}
.AnyTagClassName
{
color: #940AFE;
}
</style>
background-color css
<style>
a { background-color: #940AFE; }
a { background-color: rgb(148,10,254); }
div.DivClassName
{
background-color: #940AFE;
}
.BgClassName
{
background-color: #940AFE;
}
</style>
border-color css
<style>
span { border-color: #940AFE; }
span { border-color: rgb(148,10,254); }
td.TdClassName
{
border-color: #940AFE;
}
.TagClassName
{
border-color: #940AFE;
}
</style>