Shades of Blue Violet #9529DC
Tints of Blue Violet #9529DC
RGB
CMYK
RGB Variations
Color information
#9529DC (or 0x9529DC) is known color: Blue Violet. HEX triplet: 95, 29 and DC. RGB value is (149,41,220). Sum of RGB (Red+Green+Blue) = 149+41+220=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #9529DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9529DC is #6AD623. Grayscale: #5D5D5D. Windows color (decimal): -7001636 or 14428565. OLE color: 14428565.
HSL color Cylindrical-coordinate representation of color #9529DC: hue angle of 276.2º degrees, saturation: 0.72, 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 #9529DC is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 41 | 220 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.14 |
| HSL | 276.2º | 0.72% | 0.51% | - |
| HSV(B) | 276.2º | 0.81% | 0.86% | - |
| XYZ | 26.11 | 13.14 | 68.87 | - |
| YUV | 93.7 | 199.28 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 220 | 0.32 | 0.81 | 0 | 0.14 | 276.2 | 0.72 | 0.51 |
| Hex | 95 | 29 | DC | 20 | 51 | 0 | E | 114 | 48 | 33 |
| Octal | 225 | 51 | 334 | 40 | 121 | 0 | 16 | 424 | 110 | 63 |
| Binary | 10010101 | 101001 | 11011100 | 100000 | 1010001 | 0 | 1110 | 100010100 | 1001000 | 110011 |
Color Harmonies of #9529DC
Complementary color
Monochromatic Colors of #9529DC
Black with #9529DC
Text Example
Text Example
White with #9529DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9529DC; }
p { color: rgb(149,41,220); }
H1.HeaderClassName
{
color: #9529DC;
}
.AnyTagClassName
{
color: #9529DC;
}
</style>
background-color css
<style>
a { background-color: #9529DC; }
a { background-color: rgb(149,41,220); }
div.DivClassName
{
background-color: #9529DC;
}
.BgClassName
{
background-color: #9529DC;
}
</style>
border-color css
<style>
span { border-color: #9529DC; }
span { border-color: rgb(149,41,220); }
td.TdClassName
{
border-color: #9529DC;
}
.TagClassName
{
border-color: #9529DC;
}
</style>