Shades of Blue Violet #954AF3
Tints of Blue Violet #954AF3
RGB
CMYK
RGB Variations
Color information
#954AF3 (or 0x954AF3) is known color: Blue Violet. HEX triplet: 95, 4A and F3. RGB value is (149,74,243). Sum of RGB (Red+Green+Blue) = 149+74+243=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #954AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954AF3 is #6AB50C. Grayscale: #737373. Windows color (decimal): -6993165 or 15944341. OLE color: 15944341.
HSL color Cylindrical-coordinate representation of color #954AF3: hue angle of 266.63º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #954AF3 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 74 | 243 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.05 |
| HSL | 266.63º | 0.88% | 0.62% | - |
| HSV(B) | 266.63º | 0.7% | 0.95% | - |
| XYZ | 31.02 | 17.76 | 86.59 | - |
| YUV | 115.69 | 199.85 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 243 | 0.39 | 0.70 | 0 | 0.05 | 266.63 | 0.88 | 0.62 |
| Hex | 95 | 4A | F3 | 27 | 46 | 0 | 5 | 10B | 58 | 3E |
| Octal | 225 | 112 | 363 | 47 | 106 | 0 | 5 | 413 | 130 | 76 |
| Binary | 10010101 | 1001010 | 11110011 | 100111 | 1000110 | 0 | 101 | 100001011 | 1011000 | 111110 |
Color Harmonies of #954AF3
Complementary color
Monochromatic Colors of #954AF3
Black with #954AF3
Text Example
Text Example
White with #954AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954AF3; }
p { color: rgb(149,74,243); }
H1.HeaderClassName
{
color: #954AF3;
}
.AnyTagClassName
{
color: #954AF3;
}
</style>
background-color css
<style>
a { background-color: #954AF3; }
a { background-color: rgb(149,74,243); }
div.DivClassName
{
background-color: #954AF3;
}
.BgClassName
{
background-color: #954AF3;
}
</style>
border-color css
<style>
span { border-color: #954AF3; }
span { border-color: rgb(149,74,243); }
td.TdClassName
{
border-color: #954AF3;
}
.TagClassName
{
border-color: #954AF3;
}
</style>