Shades of Blue Violet #9629DC
Tints of Blue Violet #9629DC
RGB
CMYK
RGB Variations
Color information
#9629DC (or 0x9629DC) is known color: Blue Violet. HEX triplet: 96, 29 and DC. RGB value is (150,41,220). Sum of RGB (Red+Green+Blue) = 150+41+220=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #9629DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9629DC is #69D623. Grayscale: #5D5D5D. Windows color (decimal): -6936100 or 14428566. OLE color: 14428566.
HSL color Cylindrical-coordinate representation of color #9629DC: hue angle of 276.54º 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 #9629DC is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 41 | 220 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.14 |
| HSL | 276.54º | 0.72% | 0.51% | - |
| HSV(B) | 276.54º | 0.81% | 0.86% | - |
| XYZ | 26.29 | 13.24 | 68.88 | - |
| YUV | 94 | 199.11 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 220 | 0.32 | 0.81 | 0 | 0.14 | 276.54 | 0.72 | 0.51 |
| Hex | 96 | 29 | DC | 20 | 51 | 0 | E | 115 | 48 | 33 |
| Octal | 226 | 51 | 334 | 40 | 121 | 0 | 16 | 425 | 110 | 63 |
| Binary | 10010110 | 101001 | 11011100 | 100000 | 1010001 | 0 | 1110 | 100010101 | 1001000 | 110011 |
Color Harmonies of #9629DC
Complementary color
Monochromatic Colors of #9629DC
Black with #9629DC
Text Example
Text Example
White with #9629DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9629DC; }
p { color: rgb(150,41,220); }
H1.HeaderClassName
{
color: #9629DC;
}
.AnyTagClassName
{
color: #9629DC;
}
</style>
background-color css
<style>
a { background-color: #9629DC; }
a { background-color: rgb(150,41,220); }
div.DivClassName
{
background-color: #9629DC;
}
.BgClassName
{
background-color: #9629DC;
}
</style>
border-color css
<style>
span { border-color: #9629DC; }
span { border-color: rgb(150,41,220); }
td.TdClassName
{
border-color: #9629DC;
}
.TagClassName
{
border-color: #9629DC;
}
</style>