Shades of Blue Violet #953FFE
Tints of Blue Violet #953FFE
RGB
CMYK
RGB Variations
Color information
#953FFE (or 0x953FFE) is known color: Blue Violet. HEX triplet: 95, 3F and FE. RGB value is (149,63,254). Sum of RGB (Red+Green+Blue) = 149+63+254=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #953FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953FFE is #6AC001. Grayscale: #6D6D6D. Windows color (decimal): -6995970 or 16662421. OLE color: 16662421.
HSL color Cylindrical-coordinate representation of color #953FFE: hue angle of 267.02º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #953FFE is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 63 | 254 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.00 |
| HSL | 267.02º | 0.99% | 0.62% | - |
| HSV(B) | 267.02º | 0.75% | 1% | - |
| XYZ | 32.06 | 17.1 | 95.38 | - |
| YUV | 110.49 | 208.99 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 254 | 0.41 | 0.75 | 0 | 0.00 | 267.02 | 0.99 | 0.62 |
| Hex | 95 | 3F | FE | 29 | 4B | 0 | 0 | 10B | 63 | 3E |
| Octal | 225 | 77 | 376 | 51 | 113 | 0 | 0 | 413 | 143 | 76 |
| Binary | 10010101 | 111111 | 11111110 | 101001 | 1001011 | 0 | 0 | 100001011 | 1100011 | 111110 |
Color Harmonies of #953FFE
Complementary color
Monochromatic Colors of #953FFE
Black with #953FFE
Text Example
Text Example
White with #953FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953FFE; }
p { color: rgb(149,63,254); }
H1.HeaderClassName
{
color: #953FFE;
}
.AnyTagClassName
{
color: #953FFE;
}
</style>
background-color css
<style>
a { background-color: #953FFE; }
a { background-color: rgb(149,63,254); }
div.DivClassName
{
background-color: #953FFE;
}
.BgClassName
{
background-color: #953FFE;
}
</style>
border-color css
<style>
span { border-color: #953FFE; }
span { border-color: rgb(149,63,254); }
td.TdClassName
{
border-color: #953FFE;
}
.TagClassName
{
border-color: #953FFE;
}
</style>