Shades of Blue Violet #953EED
Tints of Blue Violet #953EED
RGB
CMYK
RGB Variations
Color information
#953EED (or 0x953EED) is known color: Blue Violet. HEX triplet: 95, 3E and ED. RGB value is (149,62,237). Sum of RGB (Red+Green+Blue) = 149+62+237=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #953EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953EED is #6AC112. Grayscale: #6B6B6B. Windows color (decimal): -6996243 or 15548053. OLE color: 15548053.
HSL color Cylindrical-coordinate representation of color #953EED: hue angle of 269.83º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953EED is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 62 | 237 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.07 |
| HSL | 269.83º | 0.83% | 0.59% | - |
| HSV(B) | 269.83º | 0.74% | 0.93% | - |
| XYZ | 29.4 | 15.95 | 81.65 | - |
| YUV | 107.96 | 200.82 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 237 | 0.37 | 0.74 | 0 | 0.07 | 269.83 | 0.83 | 0.59 |
| Hex | 95 | 3E | ED | 25 | 4A | 0 | 7 | 10E | 53 | 3B |
| Octal | 225 | 76 | 355 | 45 | 112 | 0 | 7 | 416 | 123 | 73 |
| Binary | 10010101 | 111110 | 11101101 | 100101 | 1001010 | 0 | 111 | 100001110 | 1010011 | 111011 |
Color Harmonies of #953EED
Complementary color
Monochromatic Colors of #953EED
Black with #953EED
Text Example
Text Example
White with #953EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953EED; }
p { color: rgb(149,62,237); }
H1.HeaderClassName
{
color: #953EED;
}
.AnyTagClassName
{
color: #953EED;
}
</style>
background-color css
<style>
a { background-color: #953EED; }
a { background-color: rgb(149,62,237); }
div.DivClassName
{
background-color: #953EED;
}
.BgClassName
{
background-color: #953EED;
}
</style>
border-color css
<style>
span { border-color: #953EED; }
span { border-color: rgb(149,62,237); }
td.TdClassName
{
border-color: #953EED;
}
.TagClassName
{
border-color: #953EED;
}
</style>