Shades of Blue Violet #9620EE
Tints of Blue Violet #9620EE
RGB
CMYK
RGB Variations
Color information
#9620EE (or 0x9620EE) is known color: Blue Violet. HEX triplet: 96, 20 and EE. RGB value is (150,32,238). Sum of RGB (Red+Green+Blue) = 150+32+238=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #9620EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9620EE is #69DF11. Grayscale: #5A5A5A. Windows color (decimal): -6938386 or 15605910. OLE color: 15605910.
HSL color Cylindrical-coordinate representation of color #9620EE: hue angle of 274.37º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9620EE is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 32 | 238 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.07 |
| HSL | 274.37º | 0.86% | 0.53% | - |
| HSV(B) | 274.37º | 0.87% | 0.93% | - |
| XYZ | 28.53 | 13.69 | 82.03 | - |
| YUV | 90.77 | 211.09 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 238 | 0.37 | 0.87 | 0 | 0.07 | 274.37 | 0.86 | 0.53 |
| Hex | 96 | 20 | EE | 25 | 57 | 0 | 7 | 112 | 56 | 35 |
| Octal | 226 | 40 | 356 | 45 | 127 | 0 | 7 | 422 | 126 | 65 |
| Binary | 10010110 | 100000 | 11101110 | 100101 | 1010111 | 0 | 111 | 100010010 | 1010110 | 110101 |
Color Harmonies of #9620EE
Complementary color
Monochromatic Colors of #9620EE
Black with #9620EE
Text Example
Text Example
White with #9620EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9620EE; }
p { color: rgb(150,32,238); }
H1.HeaderClassName
{
color: #9620EE;
}
.AnyTagClassName
{
color: #9620EE;
}
</style>
background-color css
<style>
a { background-color: #9620EE; }
a { background-color: rgb(150,32,238); }
div.DivClassName
{
background-color: #9620EE;
}
.BgClassName
{
background-color: #9620EE;
}
</style>
border-color css
<style>
span { border-color: #9620EE; }
span { border-color: rgb(150,32,238); }
td.TdClassName
{
border-color: #9620EE;
}
.TagClassName
{
border-color: #9620EE;
}
</style>