Shades of Blue Violet #953BED
Tints of Blue Violet #953BED
RGB
CMYK
RGB Variations
Color information
#953BED (or 0x953BED) is known color: Blue Violet. HEX triplet: 95, 3B and ED. RGB value is (149,59,237). Sum of RGB (Red+Green+Blue) = 149+59+237=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #953BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953BED is #6AC412. Grayscale: #696969. Windows color (decimal): -6997011 or 15547285. OLE color: 15547285.
HSL color Cylindrical-coordinate representation of color #953BED: hue angle of 270.34º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #953BED is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 59 | 237 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.07 |
| HSL | 270.34º | 0.83% | 0.58% | - |
| HSV(B) | 270.34º | 0.75% | 0.93% | - |
| XYZ | 29.24 | 15.63 | 81.6 | - |
| YUV | 106.2 | 201.82 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 237 | 0.37 | 0.75 | 0 | 0.07 | 270.34 | 0.83 | 0.58 |
| Hex | 95 | 3B | ED | 25 | 4B | 0 | 7 | 10E | 53 | 3A |
| Octal | 225 | 73 | 355 | 45 | 113 | 0 | 7 | 416 | 123 | 72 |
| Binary | 10010101 | 111011 | 11101101 | 100101 | 1001011 | 0 | 111 | 100001110 | 1010011 | 111010 |
Color Harmonies of #953BED
Complementary color
Monochromatic Colors of #953BED
Black with #953BED
Text Example
Text Example
White with #953BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953BED; }
p { color: rgb(149,59,237); }
H1.HeaderClassName
{
color: #953BED;
}
.AnyTagClassName
{
color: #953BED;
}
</style>
background-color css
<style>
a { background-color: #953BED; }
a { background-color: rgb(149,59,237); }
div.DivClassName
{
background-color: #953BED;
}
.BgClassName
{
background-color: #953BED;
}
</style>
border-color css
<style>
span { border-color: #953BED; }
span { border-color: rgb(149,59,237); }
td.TdClassName
{
border-color: #953BED;
}
.TagClassName
{
border-color: #953BED;
}
</style>