Shades of Blue Violet #952FE6
Tints of Blue Violet #952FE6
RGB
CMYK
RGB Variations
Color information
#952FE6 (or 0x952FE6) is known color: Blue Violet. HEX triplet: 95, 2F and E6. RGB value is (149,47,230). Sum of RGB (Red+Green+Blue) = 149+47+230=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #952FE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952FE6 is #6AD019. Grayscale: #616161. Windows color (decimal): -7000090 or 15085461. OLE color: 15085461.
HSL color Cylindrical-coordinate representation of color #952FE6: hue angle of 273.44º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952FE6 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 47 | 230 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.10 |
| HSL | 273.44º | 0.79% | 0.54% | - |
| HSV(B) | 273.44º | 0.8% | 0.9% | - |
| XYZ | 27.69 | 14.14 | 76.13 | - |
| YUV | 98.36 | 202.29 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 230 | 0.35 | 0.80 | 0 | 0.10 | 273.44 | 0.79 | 0.54 |
| Hex | 95 | 2F | E6 | 23 | 50 | 0 | A | 111 | 4F | 36 |
| Octal | 225 | 57 | 346 | 43 | 120 | 0 | 12 | 421 | 117 | 66 |
| Binary | 10010101 | 101111 | 11100110 | 100011 | 1010000 | 0 | 1010 | 100010001 | 1001111 | 110110 |
Color Harmonies of #952FE6
Complementary color
Monochromatic Colors of #952FE6
Black with #952FE6
Text Example
Text Example
White with #952FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952FE6; }
p { color: rgb(149,47,230); }
H1.HeaderClassName
{
color: #952FE6;
}
.AnyTagClassName
{
color: #952FE6;
}
</style>
background-color css
<style>
a { background-color: #952FE6; }
a { background-color: rgb(149,47,230); }
div.DivClassName
{
background-color: #952FE6;
}
.BgClassName
{
background-color: #952FE6;
}
</style>
border-color css
<style>
span { border-color: #952FE6; }
span { border-color: rgb(149,47,230); }
td.TdClassName
{
border-color: #952FE6;
}
.TagClassName
{
border-color: #952FE6;
}
</style>