Shades of Blue Violet #944AF2
Tints of Blue Violet #944AF2
RGB
CMYK
RGB Variations
Color information
#944AF2 (or 0x944AF2) is known color: Blue Violet. HEX triplet: 94, 4A and F2. RGB value is (148,74,242). Sum of RGB (Red+Green+Blue) = 148+74+242=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #944AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #944AF2 is #6BB50D. Grayscale: #727272. Windows color (decimal): -7058702 or 15878804. OLE color: 15878804.
HSL color Cylindrical-coordinate representation of color #944AF2: hue angle of 266.43º degrees, saturation: 0.87, 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 #944AF2 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 74 | 242 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.05 |
| HSL | 266.43º | 0.87% | 0.62% | - |
| HSV(B) | 266.43º | 0.69% | 0.95% | - |
| XYZ | 30.69 | 17.6 | 85.78 | - |
| YUV | 115.28 | 199.52 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 242 | 0.39 | 0.69 | 0 | 0.05 | 266.43 | 0.87 | 0.62 |
| Hex | 94 | 4A | F2 | 27 | 45 | 0 | 5 | 10A | 57 | 3E |
| Octal | 224 | 112 | 362 | 47 | 105 | 0 | 5 | 412 | 127 | 76 |
| Binary | 10010100 | 1001010 | 11110010 | 100111 | 1000101 | 0 | 101 | 100001010 | 1010111 | 111110 |
Color Harmonies of #944AF2
Complementary color
Monochromatic Colors of #944AF2
Black with #944AF2
Text Example
Text Example
White with #944AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944AF2; }
p { color: rgb(148,74,242); }
H1.HeaderClassName
{
color: #944AF2;
}
.AnyTagClassName
{
color: #944AF2;
}
</style>
background-color css
<style>
a { background-color: #944AF2; }
a { background-color: rgb(148,74,242); }
div.DivClassName
{
background-color: #944AF2;
}
.BgClassName
{
background-color: #944AF2;
}
</style>
border-color css
<style>
span { border-color: #944AF2; }
span { border-color: rgb(148,74,242); }
td.TdClassName
{
border-color: #944AF2;
}
.TagClassName
{
border-color: #944AF2;
}
</style>