Shades of Blue Violet #954EEA
Tints of Blue Violet #954EEA
RGB
CMYK
RGB Variations
Color information
#954EEA (or 0x954EEA) is known color: Blue Violet. HEX triplet: 95, 4E and EA. RGB value is (149,78,234). Sum of RGB (Red+Green+Blue) = 149+78+234=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #954EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954EEA is #6AB115. Grayscale: #747474. Windows color (decimal): -6992150 or 15355541. OLE color: 15355541.
HSL color Cylindrical-coordinate representation of color #954EEA: hue angle of 267.31º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954EEA is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 78 | 234 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.08 |
| HSL | 267.31º | 0.79% | 0.61% | - |
| HSV(B) | 267.31º | 0.67% | 0.92% | - |
| XYZ | 29.97 | 17.78 | 79.69 | - |
| YUV | 117.01 | 194.02 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 234 | 0.36 | 0.67 | 0 | 0.08 | 267.31 | 0.79 | 0.61 |
| Hex | 95 | 4E | EA | 24 | 43 | 0 | 8 | 10B | 4F | 3D |
| Octal | 225 | 116 | 352 | 44 | 103 | 0 | 10 | 413 | 117 | 75 |
| Binary | 10010101 | 1001110 | 11101010 | 100100 | 1000011 | 0 | 1000 | 100001011 | 1001111 | 111101 |
Color Harmonies of #954EEA
Complementary color
Monochromatic Colors of #954EEA
Black with #954EEA
Text Example
Text Example
White with #954EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954EEA; }
p { color: rgb(149,78,234); }
H1.HeaderClassName
{
color: #954EEA;
}
.AnyTagClassName
{
color: #954EEA;
}
</style>
background-color css
<style>
a { background-color: #954EEA; }
a { background-color: rgb(149,78,234); }
div.DivClassName
{
background-color: #954EEA;
}
.BgClassName
{
background-color: #954EEA;
}
</style>
border-color css
<style>
span { border-color: #954EEA; }
span { border-color: rgb(149,78,234); }
td.TdClassName
{
border-color: #954EEA;
}
.TagClassName
{
border-color: #954EEA;
}
</style>