Shades of Blue Violet #953BFE
Tints of Blue Violet #953BFE
RGB
CMYK
RGB Variations
Color information
#953BFE (or 0x953BFE) is known color: Blue Violet. HEX triplet: 95, 3B and FE. RGB value is (149,59,254). Sum of RGB (Red+Green+Blue) = 149+59+254=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #953BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953BFE is #6AC401. Grayscale: #6B6B6B. Windows color (decimal): -6996994 or 16661397. OLE color: 16661397.
HSL color Cylindrical-coordinate representation of color #953BFE: hue angle of 267.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #953BFE is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 59 | 254 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.00 |
| HSL | 267.69º | 0.99% | 0.61% | - |
| HSV(B) | 267.69º | 0.77% | 1% | - |
| XYZ | 31.85 | 16.67 | 95.31 | - |
| YUV | 108.14 | 210.32 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 254 | 0.41 | 0.77 | 0 | 0.00 | 267.69 | 0.99 | 0.61 |
| Hex | 95 | 3B | FE | 29 | 4D | 0 | 0 | 10C | 63 | 3D |
| Octal | 225 | 73 | 376 | 51 | 115 | 0 | 0 | 414 | 143 | 75 |
| Binary | 10010101 | 111011 | 11111110 | 101001 | 1001101 | 0 | 0 | 100001100 | 1100011 | 111101 |
Color Harmonies of #953BFE
Complementary color
Monochromatic Colors of #953BFE
Black with #953BFE
Text Example
Text Example
White with #953BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953BFE; }
p { color: rgb(149,59,254); }
H1.HeaderClassName
{
color: #953BFE;
}
.AnyTagClassName
{
color: #953BFE;
}
</style>
background-color css
<style>
a { background-color: #953BFE; }
a { background-color: rgb(149,59,254); }
div.DivClassName
{
background-color: #953BFE;
}
.BgClassName
{
background-color: #953BFE;
}
</style>
border-color css
<style>
span { border-color: #953BFE; }
span { border-color: rgb(149,59,254); }
td.TdClassName
{
border-color: #953BFE;
}
.TagClassName
{
border-color: #953BFE;
}
</style>