Shades of Blue Violet #952EEA
Tints of Blue Violet #952EEA
RGB
CMYK
RGB Variations
Color information
#952EEA (or 0x952EEA) is known color: Blue Violet. HEX triplet: 95, 2E and EA. RGB value is (149,46,234). Sum of RGB (Red+Green+Blue) = 149+46+234=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #952EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952EEA is #6AD115. Grayscale: #616161. Windows color (decimal): -7000342 or 15347349. OLE color: 15347349.
HSL color Cylindrical-coordinate representation of color #952EEA: hue angle of 272.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952EEA is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 46 | 234 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.08 |
| HSL | 272.87º | 0.82% | 0.55% | - |
| HSV(B) | 272.87º | 0.8% | 0.92% | - |
| XYZ | 28.22 | 14.28 | 79.11 | - |
| YUV | 98.23 | 204.62 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 234 | 0.36 | 0.80 | 0 | 0.08 | 272.87 | 0.82 | 0.55 |
| Hex | 95 | 2E | EA | 24 | 50 | 0 | 8 | 111 | 52 | 37 |
| Octal | 225 | 56 | 352 | 44 | 120 | 0 | 10 | 421 | 122 | 67 |
| Binary | 10010101 | 101110 | 11101010 | 100100 | 1010000 | 0 | 1000 | 100010001 | 1010010 | 110111 |
Color Harmonies of #952EEA
Complementary color
Monochromatic Colors of #952EEA
Black with #952EEA
Text Example
Text Example
White with #952EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952EEA; }
p { color: rgb(149,46,234); }
H1.HeaderClassName
{
color: #952EEA;
}
.AnyTagClassName
{
color: #952EEA;
}
</style>
background-color css
<style>
a { background-color: #952EEA; }
a { background-color: rgb(149,46,234); }
div.DivClassName
{
background-color: #952EEA;
}
.BgClassName
{
background-color: #952EEA;
}
</style>
border-color css
<style>
span { border-color: #952EEA; }
span { border-color: rgb(149,46,234); }
td.TdClassName
{
border-color: #952EEA;
}
.TagClassName
{
border-color: #952EEA;
}
</style>