Shades of Blue Violet #952ADB
Tints of Blue Violet #952ADB
RGB
CMYK
RGB Variations
Color information
#952ADB (or 0x952ADB) is known color: Blue Violet. HEX triplet: 95, 2A and DB. RGB value is (149,42,219). Sum of RGB (Red+Green+Blue) = 149+42+219=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #952ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ADB is #6AD524. Grayscale: #5D5D5D. Windows color (decimal): -7001381 or 14363285. OLE color: 14363285.
HSL color Cylindrical-coordinate representation of color #952ADB: hue angle of 276.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952ADB is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 42 | 219 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.14 |
| HSL | 276.27º | 0.71% | 0.51% | - |
| HSV(B) | 276.27º | 0.81% | 0.86% | - |
| XYZ | 26.01 | 13.16 | 68.19 | - |
| YUV | 94.17 | 198.45 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 219 | 0.32 | 0.81 | 0 | 0.14 | 276.27 | 0.71 | 0.51 |
| Hex | 95 | 2A | DB | 20 | 51 | 0 | E | 114 | 47 | 33 |
| Octal | 225 | 52 | 333 | 40 | 121 | 0 | 16 | 424 | 107 | 63 |
| Binary | 10010101 | 101010 | 11011011 | 100000 | 1010001 | 0 | 1110 | 100010100 | 1000111 | 110011 |
Color Harmonies of #952ADB
Complementary color
Monochromatic Colors of #952ADB
Black with #952ADB
Text Example
Text Example
White with #952ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952ADB; }
p { color: rgb(149,42,219); }
H1.HeaderClassName
{
color: #952ADB;
}
.AnyTagClassName
{
color: #952ADB;
}
</style>
background-color css
<style>
a { background-color: #952ADB; }
a { background-color: rgb(149,42,219); }
div.DivClassName
{
background-color: #952ADB;
}
.BgClassName
{
background-color: #952ADB;
}
</style>
border-color css
<style>
span { border-color: #952ADB; }
span { border-color: rgb(149,42,219); }
td.TdClassName
{
border-color: #952ADB;
}
.TagClassName
{
border-color: #952ADB;
}
</style>