Shades of Blue Violet #952FE1
Tints of Blue Violet #952FE1
RGB
CMYK
RGB Variations
Color information
#952FE1 (or 0x952FE1) is known color: Blue Violet. HEX triplet: 95, 2F and E1. RGB value is (149,47,225). Sum of RGB (Red+Green+Blue) = 149+47+225=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #952FE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952FE1 is #6AD01E. Grayscale: #616161. Windows color (decimal): -7000095 or 14757781. OLE color: 14757781.
HSL color Cylindrical-coordinate representation of color #952FE1: hue angle of 274.38º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952FE1 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 47 | 225 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.12 |
| HSL | 274.38º | 0.75% | 0.53% | - |
| HSV(B) | 274.38º | 0.79% | 0.88% | - |
| XYZ | 27 | 13.86 | 72.49 | - |
| YUV | 97.79 | 199.79 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 225 | 0.34 | 0.79 | 0 | 0.12 | 274.38 | 0.75 | 0.53 |
| Hex | 95 | 2F | E1 | 22 | 4F | 0 | C | 112 | 4B | 35 |
| Octal | 225 | 57 | 341 | 42 | 117 | 0 | 14 | 422 | 113 | 65 |
| Binary | 10010101 | 101111 | 11100001 | 100010 | 1001111 | 0 | 1100 | 100010010 | 1001011 | 110101 |
Color Harmonies of #952FE1
Complementary color
Monochromatic Colors of #952FE1
Black with #952FE1
Text Example
Text Example
White with #952FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952FE1; }
p { color: rgb(149,47,225); }
H1.HeaderClassName
{
color: #952FE1;
}
.AnyTagClassName
{
color: #952FE1;
}
</style>
background-color css
<style>
a { background-color: #952FE1; }
a { background-color: rgb(149,47,225); }
div.DivClassName
{
background-color: #952FE1;
}
.BgClassName
{
background-color: #952FE1;
}
</style>
border-color css
<style>
span { border-color: #952FE1; }
span { border-color: rgb(149,47,225); }
td.TdClassName
{
border-color: #952FE1;
}
.TagClassName
{
border-color: #952FE1;
}
</style>