Shades of Blue Violet #952BDB
Tints of Blue Violet #952BDB
RGB
CMYK
RGB Variations
Color information
#952BDB (or 0x952BDB) is known color: Blue Violet. HEX triplet: 95, 2B and DB. RGB value is (149,43,219). Sum of RGB (Red+Green+Blue) = 149+43+219=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #952BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BDB is #6AD424. Grayscale: #5E5E5E. Windows color (decimal): -7001125 or 14363541. OLE color: 14363541.
HSL color Cylindrical-coordinate representation of color #952BDB: hue angle of 276.14º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952BDB is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 43 | 219 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.14 |
| HSL | 276.14º | 0.71% | 0.51% | - |
| HSV(B) | 276.14º | 0.8% | 0.86% | - |
| XYZ | 26.04 | 13.23 | 68.2 | - |
| YUV | 94.76 | 198.12 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 219 | 0.32 | 0.80 | 0 | 0.14 | 276.14 | 0.71 | 0.51 |
| Hex | 95 | 2B | DB | 20 | 50 | 0 | E | 114 | 47 | 33 |
| Octal | 225 | 53 | 333 | 40 | 120 | 0 | 16 | 424 | 107 | 63 |
| Binary | 10010101 | 101011 | 11011011 | 100000 | 1010000 | 0 | 1110 | 100010100 | 1000111 | 110011 |
Color Harmonies of #952BDB
Complementary color
Monochromatic Colors of #952BDB
Black with #952BDB
Text Example
Text Example
White with #952BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BDB; }
p { color: rgb(149,43,219); }
H1.HeaderClassName
{
color: #952BDB;
}
.AnyTagClassName
{
color: #952BDB;
}
</style>
background-color css
<style>
a { background-color: #952BDB; }
a { background-color: rgb(149,43,219); }
div.DivClassName
{
background-color: #952BDB;
}
.BgClassName
{
background-color: #952BDB;
}
</style>
border-color css
<style>
span { border-color: #952BDB; }
span { border-color: rgb(149,43,219); }
td.TdClassName
{
border-color: #952BDB;
}
.TagClassName
{
border-color: #952BDB;
}
</style>