Shades of Blue Violet #954DE8
Tints of Blue Violet #954DE8
RGB
CMYK
RGB Variations
Color information
#954DE8 (or 0x954DE8) is known color: Blue Violet. HEX triplet: 95, 4D and E8. RGB value is (149,77,232). Sum of RGB (Red+Green+Blue) = 149+77+232=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 232 (91.02% from 255 or 50.66% from 458); Max value from RGB is 232 - color contains mainly: blue. Hex color #954DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954DE8 is #6AB217. Grayscale: #737373. Windows color (decimal): -6992408 or 15224213. OLE color: 15224213.
HSL color Cylindrical-coordinate representation of color #954DE8: hue angle of 267.87º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954DE8 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 77 | 232 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.09 |
| HSL | 267.87º | 0.77% | 0.61% | - |
| HSV(B) | 267.87º | 0.67% | 0.91% | - |
| XYZ | 29.61 | 17.52 | 78.17 | - |
| YUV | 116.2 | 193.35 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 232 | 0.36 | 0.67 | 0 | 0.09 | 267.87 | 0.77 | 0.61 |
| Hex | 95 | 4D | E8 | 24 | 43 | 0 | 9 | 10C | 4D | 3D |
| Octal | 225 | 115 | 350 | 44 | 103 | 0 | 11 | 414 | 115 | 75 |
| Binary | 10010101 | 1001101 | 11101000 | 100100 | 1000011 | 0 | 1001 | 100001100 | 1001101 | 111101 |
Color Harmonies of #954DE8
Complementary color
Monochromatic Colors of #954DE8
Black with #954DE8
Text Example
Text Example
White with #954DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DE8; }
p { color: rgb(149,77,232); }
H1.HeaderClassName
{
color: #954DE8;
}
.AnyTagClassName
{
color: #954DE8;
}
</style>
background-color css
<style>
a { background-color: #954DE8; }
a { background-color: rgb(149,77,232); }
div.DivClassName
{
background-color: #954DE8;
}
.BgClassName
{
background-color: #954DE8;
}
</style>
border-color css
<style>
span { border-color: #954DE8; }
span { border-color: rgb(149,77,232); }
td.TdClassName
{
border-color: #954DE8;
}
.TagClassName
{
border-color: #954DE8;
}
</style>