Shades of Blue Violet #953DE1
Tints of Blue Violet #953DE1
RGB
CMYK
RGB Variations
Color information
#953DE1 (or 0x953DE1) is known color: Blue Violet. HEX triplet: 95, 3D and E1. RGB value is (149,61,225). Sum of RGB (Red+Green+Blue) = 149+61+225=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #953DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DE1 is #6AC21E. Grayscale: #696969. Windows color (decimal): -6996511 or 14761365. OLE color: 14761365.
HSL color Cylindrical-coordinate representation of color #953DE1: hue angle of 272.2º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #953DE1 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 61 | 225 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.12 |
| HSL | 272.2º | 0.73% | 0.56% | - |
| HSV(B) | 272.2º | 0.73% | 0.88% | - |
| XYZ | 27.65 | 15.16 | 72.7 | - |
| YUV | 106.01 | 195.15 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 225 | 0.34 | 0.73 | 0 | 0.12 | 272.2 | 0.73 | 0.56 |
| Hex | 95 | 3D | E1 | 22 | 49 | 0 | C | 110 | 49 | 38 |
| Octal | 225 | 75 | 341 | 42 | 111 | 0 | 14 | 420 | 111 | 70 |
| Binary | 10010101 | 111101 | 11100001 | 100010 | 1001001 | 0 | 1100 | 100010000 | 1001001 | 111000 |
Color Harmonies of #953DE1
Complementary color
Monochromatic Colors of #953DE1
Black with #953DE1
Text Example
Text Example
White with #953DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DE1; }
p { color: rgb(149,61,225); }
H1.HeaderClassName
{
color: #953DE1;
}
.AnyTagClassName
{
color: #953DE1;
}
</style>
background-color css
<style>
a { background-color: #953DE1; }
a { background-color: rgb(149,61,225); }
div.DivClassName
{
background-color: #953DE1;
}
.BgClassName
{
background-color: #953DE1;
}
</style>
border-color css
<style>
span { border-color: #953DE1; }
span { border-color: rgb(149,61,225); }
td.TdClassName
{
border-color: #953DE1;
}
.TagClassName
{
border-color: #953DE1;
}
</style>