Shades of Blue Violet #952DEA
Tints of Blue Violet #952DEA
RGB
CMYK
RGB Variations
Color information
#952DEA (or 0x952DEA) is known color: Blue Violet. HEX triplet: 95, 2D and EA. RGB value is (149,45,234). Sum of RGB (Red+Green+Blue) = 149+45+234=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #952DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952DEA is #6AD215. Grayscale: #606060. Windows color (decimal): -7000598 or 15347093. OLE color: 15347093.
HSL color Cylindrical-coordinate representation of color #952DEA: hue angle of 273.02º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952DEA is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 45 | 234 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.08 |
| HSL | 273.02º | 0.82% | 0.55% | - |
| HSV(B) | 273.02º | 0.81% | 0.92% | - |
| XYZ | 28.18 | 14.21 | 79.1 | - |
| YUV | 97.64 | 204.96 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 234 | 0.36 | 0.81 | 0 | 0.08 | 273.02 | 0.82 | 0.55 |
| Hex | 95 | 2D | EA | 24 | 51 | 0 | 8 | 111 | 52 | 37 |
| Octal | 225 | 55 | 352 | 44 | 121 | 0 | 10 | 421 | 122 | 67 |
| Binary | 10010101 | 101101 | 11101010 | 100100 | 1010001 | 0 | 1000 | 100010001 | 1010010 | 110111 |
Color Harmonies of #952DEA
Complementary color
Monochromatic Colors of #952DEA
Black with #952DEA
Text Example
Text Example
White with #952DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DEA; }
p { color: rgb(149,45,234); }
H1.HeaderClassName
{
color: #952DEA;
}
.AnyTagClassName
{
color: #952DEA;
}
</style>
background-color css
<style>
a { background-color: #952DEA; }
a { background-color: rgb(149,45,234); }
div.DivClassName
{
background-color: #952DEA;
}
.BgClassName
{
background-color: #952DEA;
}
</style>
border-color css
<style>
span { border-color: #952DEA; }
span { border-color: rgb(149,45,234); }
td.TdClassName
{
border-color: #952DEA;
}
.TagClassName
{
border-color: #952DEA;
}
</style>