Shades of Blue Violet #953FEF
Tints of Blue Violet #953FEF
RGB
CMYK
RGB Variations
Color information
#953FEF (or 0x953FEF) is known color: Blue Violet. HEX triplet: 95, 3F and EF. RGB value is (149,63,239). Sum of RGB (Red+Green+Blue) = 149+63+239=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #953FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953FEF is #6AC010. Grayscale: #6C6C6C. Windows color (decimal): -6995985 or 15679381. OLE color: 15679381.
HSL color Cylindrical-coordinate representation of color #953FEF: hue angle of 269.32º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953FEF is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 63 | 239 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.06 |
| HSL | 269.32º | 0.85% | 0.59% | - |
| HSV(B) | 269.32º | 0.74% | 0.94% | - |
| XYZ | 29.75 | 16.18 | 83.22 | - |
| YUV | 108.78 | 201.49 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 239 | 0.38 | 0.74 | 0 | 0.06 | 269.32 | 0.85 | 0.59 |
| Hex | 95 | 3F | EF | 26 | 4A | 0 | 6 | 10D | 55 | 3B |
| Octal | 225 | 77 | 357 | 46 | 112 | 0 | 6 | 415 | 125 | 73 |
| Binary | 10010101 | 111111 | 11101111 | 100110 | 1001010 | 0 | 110 | 100001101 | 1010101 | 111011 |
Color Harmonies of #953FEF
Complementary color
Monochromatic Colors of #953FEF
Black with #953FEF
Text Example
Text Example
White with #953FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953FEF; }
p { color: rgb(149,63,239); }
H1.HeaderClassName
{
color: #953FEF;
}
.AnyTagClassName
{
color: #953FEF;
}
</style>
background-color css
<style>
a { background-color: #953FEF; }
a { background-color: rgb(149,63,239); }
div.DivClassName
{
background-color: #953FEF;
}
.BgClassName
{
background-color: #953FEF;
}
</style>
border-color css
<style>
span { border-color: #953FEF; }
span { border-color: rgb(149,63,239); }
td.TdClassName
{
border-color: #953FEF;
}
.TagClassName
{
border-color: #953FEF;
}
</style>