Shades of Blue Violet #953AF9
Tints of Blue Violet #953AF9
RGB
CMYK
RGB Variations
Color information
#953AF9 (or 0x953AF9) is known color: Blue Violet. HEX triplet: 95, 3A and F9. RGB value is (149,58,249). Sum of RGB (Red+Green+Blue) = 149+58+249=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #953AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953AF9 is #6AC506. Grayscale: #6A6A6A. Windows color (decimal): -6997255 or 16333461. OLE color: 16333461.
HSL color Cylindrical-coordinate representation of color #953AF9: hue angle of 268.59º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #953AF9 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 58 | 249 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.02 |
| HSL | 268.59º | 0.94% | 0.6% | - |
| HSV(B) | 268.59º | 0.77% | 0.98% | - |
| XYZ | 31.01 | 16.26 | 91.13 | - |
| YUV | 106.98 | 208.15 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 249 | 0.40 | 0.77 | 0 | 0.02 | 268.59 | 0.94 | 0.6 |
| Hex | 95 | 3A | F9 | 28 | 4D | 0 | 2 | 10D | 5E | 3C |
| Octal | 225 | 72 | 371 | 50 | 115 | 0 | 2 | 415 | 136 | 74 |
| Binary | 10010101 | 111010 | 11111001 | 101000 | 1001101 | 0 | 10 | 100001101 | 1011110 | 111100 |
Color Harmonies of #953AF9
Complementary color
Monochromatic Colors of #953AF9
Black with #953AF9
Text Example
Text Example
White with #953AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953AF9; }
p { color: rgb(149,58,249); }
H1.HeaderClassName
{
color: #953AF9;
}
.AnyTagClassName
{
color: #953AF9;
}
</style>
background-color css
<style>
a { background-color: #953AF9; }
a { background-color: rgb(149,58,249); }
div.DivClassName
{
background-color: #953AF9;
}
.BgClassName
{
background-color: #953AF9;
}
</style>
border-color css
<style>
span { border-color: #953AF9; }
span { border-color: rgb(149,58,249); }
td.TdClassName
{
border-color: #953AF9;
}
.TagClassName
{
border-color: #953AF9;
}
</style>