Shades of Blue Violet #9629EA
Tints of Blue Violet #9629EA
RGB
CMYK
RGB Variations
Color information
#9629EA (or 0x9629EA) is known color: Blue Violet. HEX triplet: 96, 29 and EA. RGB value is (150,41,234). Sum of RGB (Red+Green+Blue) = 150+41+234=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #9629EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9629EA is #69D615. Grayscale: #5E5E5E. Windows color (decimal): -6936086 or 15346070. OLE color: 15346070.
HSL color Cylindrical-coordinate representation of color #9629EA: hue angle of 273.89º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9629EA is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 41 | 234 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.08 |
| HSL | 273.89º | 0.82% | 0.54% | - |
| HSV(B) | 273.89º | 0.82% | 0.92% | - |
| XYZ | 28.22 | 14.01 | 79.06 | - |
| YUV | 95.59 | 206.11 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 234 | 0.36 | 0.82 | 0 | 0.08 | 273.89 | 0.82 | 0.54 |
| Hex | 96 | 29 | EA | 24 | 52 | 0 | 8 | 112 | 52 | 36 |
| Octal | 226 | 51 | 352 | 44 | 122 | 0 | 10 | 422 | 122 | 66 |
| Binary | 10010110 | 101001 | 11101010 | 100100 | 1010010 | 0 | 1000 | 100010010 | 1010010 | 110110 |
Color Harmonies of #9629EA
Complementary color
Monochromatic Colors of #9629EA
Black with #9629EA
Text Example
Text Example
White with #9629EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9629EA; }
p { color: rgb(150,41,234); }
H1.HeaderClassName
{
color: #9629EA;
}
.AnyTagClassName
{
color: #9629EA;
}
</style>
background-color css
<style>
a { background-color: #9629EA; }
a { background-color: rgb(150,41,234); }
div.DivClassName
{
background-color: #9629EA;
}
.BgClassName
{
background-color: #9629EA;
}
</style>
border-color css
<style>
span { border-color: #9629EA; }
span { border-color: rgb(150,41,234); }
td.TdClassName
{
border-color: #9629EA;
}
.TagClassName
{
border-color: #9629EA;
}
</style>