Shades of Blue Violet #951FEA
Tints of Blue Violet #951FEA
RGB
CMYK
RGB Variations
Color information
#951FEA (or 0x951FEA) is known color: Blue Violet. HEX triplet: 95, 1F and EA. RGB value is (149,31,234). Sum of RGB (Red+Green+Blue) = 149+31+234=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #951FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951FEA is #6AE015. Grayscale: #585858. Windows color (decimal): -7004182 or 15343509. OLE color: 15343509.
HSL color Cylindrical-coordinate representation of color #951FEA: hue angle of 274.88º 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 #951FEA is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 31 | 234 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.08 |
| HSL | 274.88º | 0.83% | 0.52% | - |
| HSV(B) | 274.88º | 0.87% | 0.92% | - |
| XYZ | 27.74 | 13.31 | 78.95 | - |
| YUV | 89.42 | 209.59 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 234 | 0.36 | 0.87 | 0 | 0.08 | 274.88 | 0.83 | 0.52 |
| Hex | 95 | 1F | EA | 24 | 57 | 0 | 8 | 113 | 53 | 34 |
| Octal | 225 | 37 | 352 | 44 | 127 | 0 | 10 | 423 | 123 | 64 |
| Binary | 10010101 | 11111 | 11101010 | 100100 | 1010111 | 0 | 1000 | 100010011 | 1010011 | 110100 |
Color Harmonies of #951FEA
Complementary color
Monochromatic Colors of #951FEA
Black with #951FEA
Text Example
Text Example
White with #951FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FEA; }
p { color: rgb(149,31,234); }
H1.HeaderClassName
{
color: #951FEA;
}
.AnyTagClassName
{
color: #951FEA;
}
</style>
background-color css
<style>
a { background-color: #951FEA; }
a { background-color: rgb(149,31,234); }
div.DivClassName
{
background-color: #951FEA;
}
.BgClassName
{
background-color: #951FEA;
}
</style>
border-color css
<style>
span { border-color: #951FEA; }
span { border-color: rgb(149,31,234); }
td.TdClassName
{
border-color: #951FEA;
}
.TagClassName
{
border-color: #951FEA;
}
</style>