Shades of Blue Violet #953EFE
Tints of Blue Violet #953EFE
RGB
CMYK
RGB Variations
Color information
#953EFE (or 0x953EFE) is known color: Blue Violet. HEX triplet: 95, 3E and FE. RGB value is (149,62,254). Sum of RGB (Red+Green+Blue) = 149+62+254=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #953EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953EFE is #6AC101. Grayscale: #6D6D6D. Windows color (decimal): -6996226 or 16662165. OLE color: 16662165.
HSL color Cylindrical-coordinate representation of color #953EFE: hue angle of 267.19º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #953EFE is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 62 | 254 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.00 |
| HSL | 267.19º | 0.99% | 0.62% | - |
| HSV(B) | 267.19º | 0.76% | 1% | - |
| XYZ | 32.01 | 16.99 | 95.36 | - |
| YUV | 109.9 | 209.32 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 254 | 0.41 | 0.76 | 0 | 0.00 | 267.19 | 0.99 | 0.62 |
| Hex | 95 | 3E | FE | 29 | 4C | 0 | 0 | 10B | 63 | 3E |
| Octal | 225 | 76 | 376 | 51 | 114 | 0 | 0 | 413 | 143 | 76 |
| Binary | 10010101 | 111110 | 11111110 | 101001 | 1001100 | 0 | 0 | 100001011 | 1100011 | 111110 |
Color Harmonies of #953EFE
Complementary color
Monochromatic Colors of #953EFE
Black with #953EFE
Text Example
Text Example
White with #953EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953EFE; }
p { color: rgb(149,62,254); }
H1.HeaderClassName
{
color: #953EFE;
}
.AnyTagClassName
{
color: #953EFE;
}
</style>
background-color css
<style>
a { background-color: #953EFE; }
a { background-color: rgb(149,62,254); }
div.DivClassName
{
background-color: #953EFE;
}
.BgClassName
{
background-color: #953EFE;
}
</style>
border-color css
<style>
span { border-color: #953EFE; }
span { border-color: rgb(149,62,254); }
td.TdClassName
{
border-color: #953EFE;
}
.TagClassName
{
border-color: #953EFE;
}
</style>