Shades of Blue Violet #952EEE
Tints of Blue Violet #952EEE
RGB
CMYK
RGB Variations
Color information
#952EEE (or 0x952EEE) is known color: Blue Violet. HEX triplet: 95, 2E and EE. RGB value is (149,46,238). Sum of RGB (Red+Green+Blue) = 149+46+238=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #952EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952EEE is #6AD111. Grayscale: #626262. Windows color (decimal): -7000338 or 15609493. OLE color: 15609493.
HSL color Cylindrical-coordinate representation of color #952EEE: hue angle of 272.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952EEE is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 46 | 238 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.07 |
| HSL | 272.19º | 0.85% | 0.56% | - |
| HSV(B) | 272.19º | 0.81% | 0.93% | - |
| XYZ | 28.8 | 14.52 | 82.17 | - |
| YUV | 98.69 | 206.62 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 238 | 0.37 | 0.81 | 0 | 0.07 | 272.19 | 0.85 | 0.56 |
| Hex | 95 | 2E | EE | 25 | 51 | 0 | 7 | 110 | 55 | 38 |
| Octal | 225 | 56 | 356 | 45 | 121 | 0 | 7 | 420 | 125 | 70 |
| Binary | 10010101 | 101110 | 11101110 | 100101 | 1010001 | 0 | 111 | 100010000 | 1010101 | 111000 |
Color Harmonies of #952EEE
Complementary color
Monochromatic Colors of #952EEE
Black with #952EEE
Text Example
Text Example
White with #952EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952EEE; }
p { color: rgb(149,46,238); }
H1.HeaderClassName
{
color: #952EEE;
}
.AnyTagClassName
{
color: #952EEE;
}
</style>
background-color css
<style>
a { background-color: #952EEE; }
a { background-color: rgb(149,46,238); }
div.DivClassName
{
background-color: #952EEE;
}
.BgClassName
{
background-color: #952EEE;
}
</style>
border-color css
<style>
span { border-color: #952EEE; }
span { border-color: rgb(149,46,238); }
td.TdClassName
{
border-color: #952EEE;
}
.TagClassName
{
border-color: #952EEE;
}
</style>