Shades of Blue Violet #940FFD
Tints of Blue Violet #940FFD
RGB
CMYK
RGB Variations
Color information
#940FFD (or 0x940FFD) is known color: Blue Violet. HEX triplet: 94, 0F and FD. RGB value is (148,15,253). Sum of RGB (Red+Green+Blue) = 148+15+253=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #940FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940FFD is #6BF002. Grayscale: #515151. Windows color (decimal): -7073795 or 16584596. OLE color: 16584596.
HSL color Cylindrical-coordinate representation of color #940FFD: hue angle of 273.53º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940FFD is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 15 | 253 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.01 |
| HSL | 273.53º | 0.98% | 0.53% | - |
| HSV(B) | 273.53º | 0.94% | 0.99% | - |
| XYZ | 30.11 | 13.73 | 93.99 | - |
| YUV | 81.9 | 224.56 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 253 | 0.42 | 0.94 | 0 | 0.01 | 273.53 | 0.98 | 0.53 |
| Hex | 94 | F | FD | 2A | 5E | 0 | 1 | 112 | 62 | 35 |
| Octal | 224 | 17 | 375 | 52 | 136 | 0 | 1 | 422 | 142 | 65 |
| Binary | 10010100 | 1111 | 11111101 | 101010 | 1011110 | 0 | 1 | 100010010 | 1100010 | 110101 |
Color Harmonies of #940FFD
Complementary color
Monochromatic Colors of #940FFD
Black with #940FFD
Text Example
Text Example
White with #940FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FFD; }
p { color: rgb(148,15,253); }
H1.HeaderClassName
{
color: #940FFD;
}
.AnyTagClassName
{
color: #940FFD;
}
</style>
background-color css
<style>
a { background-color: #940FFD; }
a { background-color: rgb(148,15,253); }
div.DivClassName
{
background-color: #940FFD;
}
.BgClassName
{
background-color: #940FFD;
}
</style>
border-color css
<style>
span { border-color: #940FFD; }
span { border-color: rgb(148,15,253); }
td.TdClassName
{
border-color: #940FFD;
}
.TagClassName
{
border-color: #940FFD;
}
</style>