Shades of Blue Violet #952ADE
Tints of Blue Violet #952ADE
RGB
CMYK
RGB Variations
Color information
#952ADE (or 0x952ADE) is known color: Blue Violet. HEX triplet: 95, 2A and DE. RGB value is (149,42,222). Sum of RGB (Red+Green+Blue) = 149+42+222=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #952ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ADE is #6AD521. Grayscale: #5D5D5D. Windows color (decimal): -7001378 or 14559893. OLE color: 14559893.
HSL color Cylindrical-coordinate representation of color #952ADE: hue angle of 275.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952ADE is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 42 | 222 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.13 |
| HSL | 275.67º | 0.73% | 0.52% | - |
| HSV(B) | 275.67º | 0.81% | 0.87% | - |
| XYZ | 26.41 | 13.32 | 70.29 | - |
| YUV | 94.51 | 199.95 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 222 | 0.33 | 0.81 | 0 | 0.13 | 275.67 | 0.73 | 0.52 |
| Hex | 95 | 2A | DE | 21 | 51 | 0 | D | 114 | 49 | 34 |
| Octal | 225 | 52 | 336 | 41 | 121 | 0 | 15 | 424 | 111 | 64 |
| Binary | 10010101 | 101010 | 11011110 | 100001 | 1010001 | 0 | 1101 | 100010100 | 1001001 | 110100 |
Color Harmonies of #952ADE
Complementary color
Monochromatic Colors of #952ADE
Black with #952ADE
Text Example
Text Example
White with #952ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952ADE; }
p { color: rgb(149,42,222); }
H1.HeaderClassName
{
color: #952ADE;
}
.AnyTagClassName
{
color: #952ADE;
}
</style>
background-color css
<style>
a { background-color: #952ADE; }
a { background-color: rgb(149,42,222); }
div.DivClassName
{
background-color: #952ADE;
}
.BgClassName
{
background-color: #952ADE;
}
</style>
border-color css
<style>
span { border-color: #952ADE; }
span { border-color: rgb(149,42,222); }
td.TdClassName
{
border-color: #952ADE;
}
.TagClassName
{
border-color: #952ADE;
}
</style>