Shades of Blue Violet #944AF1
Tints of Blue Violet #944AF1
RGB
CMYK
RGB Variations
Color information
#944AF1 (or 0x944AF1) is known color: Blue Violet. HEX triplet: 94, 4A and F1. RGB value is (148,74,241). Sum of RGB (Red+Green+Blue) = 148+74+241=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #944AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #944AF1 is #6BB50E. Grayscale: #727272. Windows color (decimal): -7058703 or 15813268. OLE color: 15813268.
HSL color Cylindrical-coordinate representation of color #944AF1: hue angle of 266.59º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #944AF1 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 74 | 241 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.05 |
| HSL | 266.59º | 0.86% | 0.62% | - |
| HSV(B) | 266.59º | 0.69% | 0.95% | - |
| XYZ | 30.54 | 17.54 | 85 | - |
| YUV | 115.16 | 199.02 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 241 | 0.39 | 0.69 | 0 | 0.05 | 266.59 | 0.86 | 0.62 |
| Hex | 94 | 4A | F1 | 27 | 45 | 0 | 5 | 10B | 56 | 3E |
| Octal | 224 | 112 | 361 | 47 | 105 | 0 | 5 | 413 | 126 | 76 |
| Binary | 10010100 | 1001010 | 11110001 | 100111 | 1000101 | 0 | 101 | 100001011 | 1010110 | 111110 |
Color Harmonies of #944AF1
Complementary color
Monochromatic Colors of #944AF1
Black with #944AF1
Text Example
Text Example
White with #944AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944AF1; }
p { color: rgb(148,74,241); }
H1.HeaderClassName
{
color: #944AF1;
}
.AnyTagClassName
{
color: #944AF1;
}
</style>
background-color css
<style>
a { background-color: #944AF1; }
a { background-color: rgb(148,74,241); }
div.DivClassName
{
background-color: #944AF1;
}
.BgClassName
{
background-color: #944AF1;
}
</style>
border-color css
<style>
span { border-color: #944AF1; }
span { border-color: rgb(148,74,241); }
td.TdClassName
{
border-color: #944AF1;
}
.TagClassName
{
border-color: #944AF1;
}
</style>