Shades of Blue Violet #953EDF
Tints of Blue Violet #953EDF
RGB
CMYK
RGB Variations
Color information
#953EDF (or 0x953EDF) is known color: Blue Violet. HEX triplet: 95, 3E and DF. RGB value is (149,62,223). Sum of RGB (Red+Green+Blue) = 149+62+223=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #953EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953EDF is #6AC120. Grayscale: #696969. Windows color (decimal): -6996257 or 14630549. OLE color: 14630549.
HSL color Cylindrical-coordinate representation of color #953EDF: hue angle of 272.42º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953EDF is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 62 | 223 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.13 |
| HSL | 272.42º | 0.72% | 0.56% | - |
| HSV(B) | 272.42º | 0.72% | 0.87% | - |
| XYZ | 27.44 | 15.16 | 71.29 | - |
| YUV | 106.37 | 193.82 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 223 | 0.33 | 0.72 | 0 | 0.13 | 272.42 | 0.72 | 0.56 |
| Hex | 95 | 3E | DF | 21 | 48 | 0 | D | 110 | 48 | 38 |
| Octal | 225 | 76 | 337 | 41 | 110 | 0 | 15 | 420 | 110 | 70 |
| Binary | 10010101 | 111110 | 11011111 | 100001 | 1001000 | 0 | 1101 | 100010000 | 1001000 | 111000 |
Color Harmonies of #953EDF
Complementary color
Monochromatic Colors of #953EDF
Black with #953EDF
Text Example
Text Example
White with #953EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953EDF; }
p { color: rgb(149,62,223); }
H1.HeaderClassName
{
color: #953EDF;
}
.AnyTagClassName
{
color: #953EDF;
}
</style>
background-color css
<style>
a { background-color: #953EDF; }
a { background-color: rgb(149,62,223); }
div.DivClassName
{
background-color: #953EDF;
}
.BgClassName
{
background-color: #953EDF;
}
</style>
border-color css
<style>
span { border-color: #953EDF; }
span { border-color: rgb(149,62,223); }
td.TdClassName
{
border-color: #953EDF;
}
.TagClassName
{
border-color: #953EDF;
}
</style>