Shades of Blue Violet #952CED
Tints of Blue Violet #952CED
RGB
CMYK
RGB Variations
Color information
#952CED (or 0x952CED) is known color: Blue Violet. HEX triplet: 95, 2C and ED. RGB value is (149,44,237). Sum of RGB (Red+Green+Blue) = 149+44+237=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #952CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952CED is #6AD312. Grayscale: #606060. Windows color (decimal): -7000851 or 15543445. OLE color: 15543445.
HSL color Cylindrical-coordinate representation of color #952CED: hue angle of 272.64º degrees, saturation: 0.84, 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 #952CED is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 44 | 237 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.07 |
| HSL | 272.64º | 0.84% | 0.55% | - |
| HSV(B) | 272.64º | 0.81% | 0.93% | - |
| XYZ | 28.58 | 14.31 | 81.38 | - |
| YUV | 97.4 | 206.79 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 237 | 0.37 | 0.81 | 0 | 0.07 | 272.64 | 0.84 | 0.55 |
| Hex | 95 | 2C | ED | 25 | 51 | 0 | 7 | 111 | 54 | 37 |
| Octal | 225 | 54 | 355 | 45 | 121 | 0 | 7 | 421 | 124 | 67 |
| Binary | 10010101 | 101100 | 11101101 | 100101 | 1010001 | 0 | 111 | 100010001 | 1010100 | 110111 |
Color Harmonies of #952CED
Complementary color
Monochromatic Colors of #952CED
Black with #952CED
Text Example
Text Example
White with #952CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952CED; }
p { color: rgb(149,44,237); }
H1.HeaderClassName
{
color: #952CED;
}
.AnyTagClassName
{
color: #952CED;
}
</style>
background-color css
<style>
a { background-color: #952CED; }
a { background-color: rgb(149,44,237); }
div.DivClassName
{
background-color: #952CED;
}
.BgClassName
{
background-color: #952CED;
}
</style>
border-color css
<style>
span { border-color: #952CED; }
span { border-color: rgb(149,44,237); }
td.TdClassName
{
border-color: #952CED;
}
.TagClassName
{
border-color: #952CED;
}
</style>