Shades of Blue Violet #953DE6
Tints of Blue Violet #953DE6
RGB
CMYK
RGB Variations
Color information
#953DE6 (or 0x953DE6) is known color: Blue Violet. HEX triplet: 95, 3D and E6. RGB value is (149,61,230). Sum of RGB (Red+Green+Blue) = 149+61+230=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 230 (90.23% from 255 or 52.27% from 440); Max value from RGB is 230 - color contains mainly: blue. Hex color #953DE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953DE6 is #6AC219. Grayscale: #696969. Windows color (decimal): -6996506 or 15089045. OLE color: 15089045.
HSL color Cylindrical-coordinate representation of color #953DE6: hue angle of 271.24º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #953DE6 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 61 | 230 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.10 |
| HSL | 271.24º | 0.77% | 0.57% | - |
| HSV(B) | 271.24º | 0.73% | 0.9% | - |
| XYZ | 28.35 | 15.44 | 76.35 | - |
| YUV | 106.58 | 197.65 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 230 | 0.35 | 0.73 | 0 | 0.10 | 271.24 | 0.77 | 0.57 |
| Hex | 95 | 3D | E6 | 23 | 49 | 0 | A | 10F | 4D | 39 |
| Octal | 225 | 75 | 346 | 43 | 111 | 0 | 12 | 417 | 115 | 71 |
| Binary | 10010101 | 111101 | 11100110 | 100011 | 1001001 | 0 | 1010 | 100001111 | 1001101 | 111001 |
Color Harmonies of #953DE6
Complementary color
Monochromatic Colors of #953DE6
Black with #953DE6
Text Example
Text Example
White with #953DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DE6; }
p { color: rgb(149,61,230); }
H1.HeaderClassName
{
color: #953DE6;
}
.AnyTagClassName
{
color: #953DE6;
}
</style>
background-color css
<style>
a { background-color: #953DE6; }
a { background-color: rgb(149,61,230); }
div.DivClassName
{
background-color: #953DE6;
}
.BgClassName
{
background-color: #953DE6;
}
</style>
border-color css
<style>
span { border-color: #953DE6; }
span { border-color: rgb(149,61,230); }
td.TdClassName
{
border-color: #953DE6;
}
.TagClassName
{
border-color: #953DE6;
}
</style>