Shades of Blue Violet #9629DA
Tints of Blue Violet #9629DA
RGB
CMYK
RGB Variations
Color information
#9629DA (or 0x9629DA) is known color: Blue Violet. HEX triplet: 96, 29 and DA. RGB value is (150,41,218). Sum of RGB (Red+Green+Blue) = 150+41+218=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #9629DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9629DA is #69D625. Grayscale: #5D5D5D. Windows color (decimal): -6936102 or 14297494. OLE color: 14297494.
HSL color Cylindrical-coordinate representation of color #9629DA: hue angle of 276.95º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9629DA is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 41 | 218 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.15 |
| HSL | 276.95º | 0.71% | 0.51% | - |
| HSV(B) | 276.95º | 0.81% | 0.85% | - |
| XYZ | 26.03 | 13.13 | 67.49 | - |
| YUV | 93.77 | 198.11 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 218 | 0.31 | 0.81 | 0 | 0.15 | 276.95 | 0.71 | 0.51 |
| Hex | 96 | 29 | DA | 1F | 51 | 0 | F | 115 | 47 | 33 |
| Octal | 226 | 51 | 332 | 37 | 121 | 0 | 17 | 425 | 107 | 63 |
| Binary | 10010110 | 101001 | 11011010 | 11111 | 1010001 | 0 | 1111 | 100010101 | 1000111 | 110011 |
Color Harmonies of #9629DA
Complementary color
Monochromatic Colors of #9629DA
Black with #9629DA
Text Example
Text Example
White with #9629DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9629DA; }
p { color: rgb(150,41,218); }
H1.HeaderClassName
{
color: #9629DA;
}
.AnyTagClassName
{
color: #9629DA;
}
</style>
background-color css
<style>
a { background-color: #9629DA; }
a { background-color: rgb(150,41,218); }
div.DivClassName
{
background-color: #9629DA;
}
.BgClassName
{
background-color: #9629DA;
}
</style>
border-color css
<style>
span { border-color: #9629DA; }
span { border-color: rgb(150,41,218); }
td.TdClassName
{
border-color: #9629DA;
}
.TagClassName
{
border-color: #9629DA;
}
</style>