Shades of Blue Violet #952ADD
Tints of Blue Violet #952ADD
RGB
CMYK
RGB Variations
Color information
#952ADD (or 0x952ADD) is known color: Blue Violet. HEX triplet: 95, 2A and DD. RGB value is (149,42,221). Sum of RGB (Red+Green+Blue) = 149+42+221=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #952ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ADD is #6AD522. Grayscale: #5D5D5D. Windows color (decimal): -7001379 or 14494357. OLE color: 14494357.
HSL color Cylindrical-coordinate representation of color #952ADD: hue angle of 275.87º degrees, saturation: 0.72, 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 #952ADD is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 42 | 221 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.13 |
| HSL | 275.87º | 0.72% | 0.52% | - |
| HSV(B) | 275.87º | 0.81% | 0.87% | - |
| XYZ | 26.27 | 13.27 | 69.58 | - |
| YUV | 94.4 | 199.45 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 221 | 0.33 | 0.81 | 0 | 0.13 | 275.87 | 0.72 | 0.52 |
| Hex | 95 | 2A | DD | 21 | 51 | 0 | D | 114 | 48 | 34 |
| Octal | 225 | 52 | 335 | 41 | 121 | 0 | 15 | 424 | 110 | 64 |
| Binary | 10010101 | 101010 | 11011101 | 100001 | 1010001 | 0 | 1101 | 100010100 | 1001000 | 110100 |
Color Harmonies of #952ADD
Complementary color
Monochromatic Colors of #952ADD
Black with #952ADD
Text Example
Text Example
White with #952ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952ADD; }
p { color: rgb(149,42,221); }
H1.HeaderClassName
{
color: #952ADD;
}
.AnyTagClassName
{
color: #952ADD;
}
</style>
background-color css
<style>
a { background-color: #952ADD; }
a { background-color: rgb(149,42,221); }
div.DivClassName
{
background-color: #952ADD;
}
.BgClassName
{
background-color: #952ADD;
}
</style>
border-color css
<style>
span { border-color: #952ADD; }
span { border-color: rgb(149,42,221); }
td.TdClassName
{
border-color: #952ADD;
}
.TagClassName
{
border-color: #952ADD;
}
</style>