Shades of Blue Violet #953AEF
Tints of Blue Violet #953AEF
RGB
CMYK
RGB Variations
Color information
#953AEF (or 0x953AEF) is known color: Blue Violet. HEX triplet: 95, 3A and EF. RGB value is (149,58,239). Sum of RGB (Red+Green+Blue) = 149+58+239=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #953AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953AEF is #6AC510. Grayscale: #696969. Windows color (decimal): -6997265 or 15678101. OLE color: 15678101.
HSL color Cylindrical-coordinate representation of color #953AEF: hue angle of 270.17º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #953AEF is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 58 | 239 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.06 |
| HSL | 270.17º | 0.85% | 0.58% | - |
| HSV(B) | 270.17º | 0.76% | 0.94% | - |
| XYZ | 29.49 | 15.65 | 83.13 | - |
| YUV | 105.84 | 203.15 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 239 | 0.38 | 0.76 | 0 | 0.06 | 270.17 | 0.85 | 0.58 |
| Hex | 95 | 3A | EF | 26 | 4C | 0 | 6 | 10E | 55 | 3A |
| Octal | 225 | 72 | 357 | 46 | 114 | 0 | 6 | 416 | 125 | 72 |
| Binary | 10010101 | 111010 | 11101111 | 100110 | 1001100 | 0 | 110 | 100001110 | 1010101 | 111010 |
Color Harmonies of #953AEF
Complementary color
Monochromatic Colors of #953AEF
Black with #953AEF
Text Example
Text Example
White with #953AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953AEF; }
p { color: rgb(149,58,239); }
H1.HeaderClassName
{
color: #953AEF;
}
.AnyTagClassName
{
color: #953AEF;
}
</style>
background-color css
<style>
a { background-color: #953AEF; }
a { background-color: rgb(149,58,239); }
div.DivClassName
{
background-color: #953AEF;
}
.BgClassName
{
background-color: #953AEF;
}
</style>
border-color css
<style>
span { border-color: #953AEF; }
span { border-color: rgb(149,58,239); }
td.TdClassName
{
border-color: #953AEF;
}
.TagClassName
{
border-color: #953AEF;
}
</style>