Shades of Blue Violet #953CFB
Tints of Blue Violet #953CFB
RGB
CMYK
RGB Variations
Color information
#953CFB (or 0x953CFB) is known color: Blue Violet. HEX triplet: 95, 3C and FB. RGB value is (149,60,251). Sum of RGB (Red+Green+Blue) = 149+60+251=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #953CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953CFB is #6AC304. Grayscale: #6B6B6B. Windows color (decimal): -6996741 or 16465045. OLE color: 16465045.
HSL color Cylindrical-coordinate representation of color #953CFB: hue angle of 267.96º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #953CFB is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 60 | 251 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.02 |
| HSL | 267.96º | 0.96% | 0.61% | - |
| HSV(B) | 267.96º | 0.76% | 0.98% | - |
| XYZ | 31.42 | 16.59 | 92.81 | - |
| YUV | 108.39 | 208.49 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 251 | 0.41 | 0.76 | 0 | 0.02 | 267.96 | 0.96 | 0.61 |
| Hex | 95 | 3C | FB | 29 | 4C | 0 | 2 | 10C | 60 | 3D |
| Octal | 225 | 74 | 373 | 51 | 114 | 0 | 2 | 414 | 140 | 75 |
| Binary | 10010101 | 111100 | 11111011 | 101001 | 1001100 | 0 | 10 | 100001100 | 1100000 | 111101 |
Color Harmonies of #953CFB
Complementary color
Monochromatic Colors of #953CFB
Black with #953CFB
Text Example
Text Example
White with #953CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CFB; }
p { color: rgb(149,60,251); }
H1.HeaderClassName
{
color: #953CFB;
}
.AnyTagClassName
{
color: #953CFB;
}
</style>
background-color css
<style>
a { background-color: #953CFB; }
a { background-color: rgb(149,60,251); }
div.DivClassName
{
background-color: #953CFB;
}
.BgClassName
{
background-color: #953CFB;
}
</style>
border-color css
<style>
span { border-color: #953CFB; }
span { border-color: rgb(149,60,251); }
td.TdClassName
{
border-color: #953CFB;
}
.TagClassName
{
border-color: #953CFB;
}
</style>