Shades of Blue Violet #9624EF
Tints of Blue Violet #9624EF
RGB
CMYK
RGB Variations
Color information
#9624EF (or 0x9624EF) is known color: Blue Violet. HEX triplet: 96, 24 and EF. RGB value is (150,36,239). Sum of RGB (Red+Green+Blue) = 150+36+239=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #9624EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9624EF is #69DB10. Grayscale: #5C5C5C. Windows color (decimal): -6937361 or 15672470. OLE color: 15672470.
HSL color Cylindrical-coordinate representation of color #9624EF: hue angle of 273.69º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9624EF is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 36 | 239 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.06 |
| HSL | 273.69º | 0.86% | 0.54% | - |
| HSV(B) | 273.69º | 0.85% | 0.94% | - |
| XYZ | 28.79 | 13.98 | 82.84 | - |
| YUV | 93.23 | 210.27 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 239 | 0.37 | 0.85 | 0 | 0.06 | 273.69 | 0.86 | 0.54 |
| Hex | 96 | 24 | EF | 25 | 55 | 0 | 6 | 112 | 56 | 36 |
| Octal | 226 | 44 | 357 | 45 | 125 | 0 | 6 | 422 | 126 | 66 |
| Binary | 10010110 | 100100 | 11101111 | 100101 | 1010101 | 0 | 110 | 100010010 | 1010110 | 110110 |
Color Harmonies of #9624EF
Complementary color
Monochromatic Colors of #9624EF
Black with #9624EF
Text Example
Text Example
White with #9624EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9624EF; }
p { color: rgb(150,36,239); }
H1.HeaderClassName
{
color: #9624EF;
}
.AnyTagClassName
{
color: #9624EF;
}
</style>
background-color css
<style>
a { background-color: #9624EF; }
a { background-color: rgb(150,36,239); }
div.DivClassName
{
background-color: #9624EF;
}
.BgClassName
{
background-color: #9624EF;
}
</style>
border-color css
<style>
span { border-color: #9624EF; }
span { border-color: rgb(150,36,239); }
td.TdClassName
{
border-color: #9624EF;
}
.TagClassName
{
border-color: #9624EF;
}
</style>