Shades of Blue Violet #952DEE
Tints of Blue Violet #952DEE
RGB
CMYK
RGB Variations
Color information
#952DEE (or 0x952DEE) is known color: Blue Violet. HEX triplet: 95, 2D and EE. RGB value is (149,45,238). Sum of RGB (Red+Green+Blue) = 149+45+238=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #952DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952DEE is #6AD211. Grayscale: #616161. Windows color (decimal): -7000594 or 15609237. OLE color: 15609237.
HSL color Cylindrical-coordinate representation of color #952DEE: hue angle of 272.33º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952DEE is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 45 | 238 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.07 |
| HSL | 272.33º | 0.85% | 0.55% | - |
| HSV(B) | 272.33º | 0.81% | 0.93% | - |
| XYZ | 28.77 | 14.44 | 82.16 | - |
| YUV | 98.1 | 206.96 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 238 | 0.37 | 0.81 | 0 | 0.07 | 272.33 | 0.85 | 0.55 |
| Hex | 95 | 2D | EE | 25 | 51 | 0 | 7 | 110 | 55 | 37 |
| Octal | 225 | 55 | 356 | 45 | 121 | 0 | 7 | 420 | 125 | 67 |
| Binary | 10010101 | 101101 | 11101110 | 100101 | 1010001 | 0 | 111 | 100010000 | 1010101 | 110111 |
Color Harmonies of #952DEE
Complementary color
Monochromatic Colors of #952DEE
Black with #952DEE
Text Example
Text Example
White with #952DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DEE; }
p { color: rgb(149,45,238); }
H1.HeaderClassName
{
color: #952DEE;
}
.AnyTagClassName
{
color: #952DEE;
}
</style>
background-color css
<style>
a { background-color: #952DEE; }
a { background-color: rgb(149,45,238); }
div.DivClassName
{
background-color: #952DEE;
}
.BgClassName
{
background-color: #952DEE;
}
</style>
border-color css
<style>
span { border-color: #952DEE; }
span { border-color: rgb(149,45,238); }
td.TdClassName
{
border-color: #952DEE;
}
.TagClassName
{
border-color: #952DEE;
}
</style>