Shades of Dark Violet #9610EE
Tints of Dark Violet #9610EE
RGB
CMYK
RGB Variations
Color information
#9610EE (or 0x9610EE) is known color: Dark Violet. HEX triplet: 96, 10 and EE. RGB value is (150,16,238). Sum of RGB (Red+Green+Blue) = 150+16+238=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #9610EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9610EE is #69EF11. Grayscale: #505050. Windows color (decimal): -6942482 or 15601814. OLE color: 15601814.
HSL color Cylindrical-coordinate representation of color #9610EE: hue angle of 276.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9610EE is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 16 | 238 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.07 |
| HSL | 276.22º | 0.87% | 0.5% | - |
| HSV(B) | 276.22º | 0.93% | 0.93% | - |
| XYZ | 28.2 | 13.03 | 81.92 | - |
| YUV | 81.37 | 216.39 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 238 | 0.37 | 0.93 | 0 | 0.07 | 276.22 | 0.87 | 0.5 |
| Hex | 96 | 10 | EE | 25 | 5D | 0 | 7 | 114 | 57 | 32 |
| Octal | 226 | 20 | 356 | 45 | 135 | 0 | 7 | 424 | 127 | 62 |
| Binary | 10010110 | 10000 | 11101110 | 100101 | 1011101 | 0 | 111 | 100010100 | 1010111 | 110010 |
Color Harmonies of #9610EE
Complementary color
Monochromatic Colors of #9610EE
Black with #9610EE
Text Example
Text Example
White with #9610EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9610EE; }
p { color: rgb(150,16,238); }
H1.HeaderClassName
{
color: #9610EE;
}
.AnyTagClassName
{
color: #9610EE;
}
</style>
background-color css
<style>
a { background-color: #9610EE; }
a { background-color: rgb(150,16,238); }
div.DivClassName
{
background-color: #9610EE;
}
.BgClassName
{
background-color: #9610EE;
}
</style>
border-color css
<style>
span { border-color: #9610EE; }
span { border-color: rgb(150,16,238); }
td.TdClassName
{
border-color: #9610EE;
}
.TagClassName
{
border-color: #9610EE;
}
</style>