Shades of Blue Violet #9626EE
Tints of Blue Violet #9626EE
RGB
CMYK
RGB Variations
Color information
#9626EE (or 0x9626EE) is known color: Blue Violet. HEX triplet: 96, 26 and EE. RGB value is (150,38,238). Sum of RGB (Red+Green+Blue) = 150+38+238=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #9626EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9626EE is #69D911. Grayscale: #5D5D5D. Windows color (decimal): -6936850 or 15607446. OLE color: 15607446.
HSL color Cylindrical-coordinate representation of color #9626EE: hue angle of 273.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9626EE is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 38 | 238 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.07 |
| HSL | 273.6º | 0.85% | 0.54% | - |
| HSV(B) | 273.6º | 0.84% | 0.93% | - |
| XYZ | 28.7 | 14.04 | 82.09 | - |
| YUV | 94.29 | 209.11 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 238 | 0.37 | 0.84 | 0 | 0.07 | 273.6 | 0.85 | 0.54 |
| Hex | 96 | 26 | EE | 25 | 54 | 0 | 7 | 112 | 55 | 36 |
| Octal | 226 | 46 | 356 | 45 | 124 | 0 | 7 | 422 | 125 | 66 |
| Binary | 10010110 | 100110 | 11101110 | 100101 | 1010100 | 0 | 111 | 100010010 | 1010101 | 110110 |
Color Harmonies of #9626EE
Complementary color
Monochromatic Colors of #9626EE
Black with #9626EE
Text Example
Text Example
White with #9626EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9626EE; }
p { color: rgb(150,38,238); }
H1.HeaderClassName
{
color: #9626EE;
}
.AnyTagClassName
{
color: #9626EE;
}
</style>
background-color css
<style>
a { background-color: #9626EE; }
a { background-color: rgb(150,38,238); }
div.DivClassName
{
background-color: #9626EE;
}
.BgClassName
{
background-color: #9626EE;
}
</style>
border-color css
<style>
span { border-color: #9626EE; }
span { border-color: rgb(150,38,238); }
td.TdClassName
{
border-color: #9626EE;
}
.TagClassName
{
border-color: #9626EE;
}
</style>