Shades of Blue Violet #953AE6
Tints of Blue Violet #953AE6
RGB
CMYK
RGB Variations
Color information
#953AE6 (or 0x953AE6) is known color: Blue Violet. HEX triplet: 95, 3A and E6. RGB value is (149,58,230). Sum of RGB (Red+Green+Blue) = 149+58+230=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #953AE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953AE6 is #6AC519. Grayscale: #686868. Windows color (decimal): -6997274 or 15088277. OLE color: 15088277.
HSL color Cylindrical-coordinate representation of color #953AE6: hue angle of 271.74º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #953AE6 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 58 | 230 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.10 |
| HSL | 271.74º | 0.77% | 0.56% | - |
| HSV(B) | 271.74º | 0.75% | 0.9% | - |
| XYZ | 28.19 | 15.13 | 76.3 | - |
| YUV | 104.82 | 198.65 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 230 | 0.35 | 0.75 | 0 | 0.10 | 271.74 | 0.77 | 0.56 |
| Hex | 95 | 3A | E6 | 23 | 4B | 0 | A | 110 | 4D | 38 |
| Octal | 225 | 72 | 346 | 43 | 113 | 0 | 12 | 420 | 115 | 70 |
| Binary | 10010101 | 111010 | 11100110 | 100011 | 1001011 | 0 | 1010 | 100010000 | 1001101 | 111000 |
Color Harmonies of #953AE6
Complementary color
Monochromatic Colors of #953AE6
Black with #953AE6
Text Example
Text Example
White with #953AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953AE6; }
p { color: rgb(149,58,230); }
H1.HeaderClassName
{
color: #953AE6;
}
.AnyTagClassName
{
color: #953AE6;
}
</style>
background-color css
<style>
a { background-color: #953AE6; }
a { background-color: rgb(149,58,230); }
div.DivClassName
{
background-color: #953AE6;
}
.BgClassName
{
background-color: #953AE6;
}
</style>
border-color css
<style>
span { border-color: #953AE6; }
span { border-color: rgb(149,58,230); }
td.TdClassName
{
border-color: #953AE6;
}
.TagClassName
{
border-color: #953AE6;
}
</style>