Shades of Blue Violet #951EEA
Tints of Blue Violet #951EEA
RGB
CMYK
RGB Variations
Color information
#951EEA (or 0x951EEA) is known color: Blue Violet. HEX triplet: 95, 1E and EA. RGB value is (149,30,234). Sum of RGB (Red+Green+Blue) = 149+30+234=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #951EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951EEA is #6AE115. Grayscale: #585858. Windows color (decimal): -7004438 or 15343253. OLE color: 15343253.
HSL color Cylindrical-coordinate representation of color #951EEA: hue angle of 275º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951EEA is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 30 | 234 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.08 |
| HSL | 275º | 0.83% | 0.52% | - |
| HSV(B) | 275º | 0.87% | 0.92% | - |
| XYZ | 27.71 | 13.26 | 78.94 | - |
| YUV | 88.84 | 209.92 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 234 | 0.36 | 0.87 | 0 | 0.08 | 275 | 0.83 | 0.52 |
| Hex | 95 | 1E | EA | 24 | 57 | 0 | 8 | 113 | 53 | 34 |
| Octal | 225 | 36 | 352 | 44 | 127 | 0 | 10 | 423 | 123 | 64 |
| Binary | 10010101 | 11110 | 11101010 | 100100 | 1010111 | 0 | 1000 | 100010011 | 1010011 | 110100 |
Color Harmonies of #951EEA
Complementary color
Monochromatic Colors of #951EEA
Black with #951EEA
Text Example
Text Example
White with #951EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951EEA; }
p { color: rgb(149,30,234); }
H1.HeaderClassName
{
color: #951EEA;
}
.AnyTagClassName
{
color: #951EEA;
}
</style>
background-color css
<style>
a { background-color: #951EEA; }
a { background-color: rgb(149,30,234); }
div.DivClassName
{
background-color: #951EEA;
}
.BgClassName
{
background-color: #951EEA;
}
</style>
border-color css
<style>
span { border-color: #951EEA; }
span { border-color: rgb(149,30,234); }
td.TdClassName
{
border-color: #951EEA;
}
.TagClassName
{
border-color: #951EEA;
}
</style>