Shades of Blue Violet #953DFE
Tints of Blue Violet #953DFE
RGB
CMYK
RGB Variations
Color information
#953DFE (or 0x953DFE) is known color: Blue Violet. HEX triplet: 95, 3D and FE. RGB value is (149,61,254). Sum of RGB (Red+Green+Blue) = 149+61+254=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #953DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953DFE is #6AC201. Grayscale: #6C6C6C. Windows color (decimal): -6996482 or 16661909. OLE color: 16661909.
HSL color Cylindrical-coordinate representation of color #953DFE: hue angle of 267.36º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #953DFE is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 61 | 254 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.00 |
| HSL | 267.36º | 0.99% | 0.62% | - |
| HSV(B) | 267.36º | 0.76% | 1% | - |
| XYZ | 31.95 | 16.88 | 95.34 | - |
| YUV | 109.31 | 209.65 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 254 | 0.41 | 0.76 | 0 | 0.00 | 267.36 | 0.99 | 0.62 |
| Hex | 95 | 3D | FE | 29 | 4C | 0 | 0 | 10B | 63 | 3E |
| Octal | 225 | 75 | 376 | 51 | 114 | 0 | 0 | 413 | 143 | 76 |
| Binary | 10010101 | 111101 | 11111110 | 101001 | 1001100 | 0 | 0 | 100001011 | 1100011 | 111110 |
Color Harmonies of #953DFE
Complementary color
Monochromatic Colors of #953DFE
Black with #953DFE
Text Example
Text Example
White with #953DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DFE; }
p { color: rgb(149,61,254); }
H1.HeaderClassName
{
color: #953DFE;
}
.AnyTagClassName
{
color: #953DFE;
}
</style>
background-color css
<style>
a { background-color: #953DFE; }
a { background-color: rgb(149,61,254); }
div.DivClassName
{
background-color: #953DFE;
}
.BgClassName
{
background-color: #953DFE;
}
</style>
border-color css
<style>
span { border-color: #953DFE; }
span { border-color: rgb(149,61,254); }
td.TdClassName
{
border-color: #953DFE;
}
.TagClassName
{
border-color: #953DFE;
}
</style>