Shades of Dark Violet #9611E1
Tints of Dark Violet #9611E1
RGB
CMYK
RGB Variations
Color information
#9611E1 (or 0x9611E1) is known color: Dark Violet. HEX triplet: 96, 11 and E1. RGB value is (150,17,225). Sum of RGB (Red+Green+Blue) = 150+17+225=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #9611E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9611E1 is #69EE1E. Grayscale: #4F4F4F. Windows color (decimal): -6942239 or 14750102. OLE color: 14750102.
HSL color Cylindrical-coordinate representation of color #9611E1: hue angle of 278.37º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9611E1 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 17 | 225 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.12 |
| HSL | 278.37º | 0.86% | 0.47% | - |
| HSV(B) | 278.37º | 0.92% | 0.88% | - |
| XYZ | 26.37 | 12.32 | 72.22 | - |
| YUV | 80.48 | 209.56 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 225 | 0.33 | 0.92 | 0 | 0.12 | 278.37 | 0.86 | 0.47 |
| Hex | 96 | 11 | E1 | 21 | 5C | 0 | C | 116 | 56 | 2F |
| Octal | 226 | 21 | 341 | 41 | 134 | 0 | 14 | 426 | 126 | 57 |
| Binary | 10010110 | 10001 | 11100001 | 100001 | 1011100 | 0 | 1100 | 100010110 | 1010110 | 101111 |
Color Harmonies of #9611E1
Complementary color
Monochromatic Colors of #9611E1
Black with #9611E1
Text Example
Text Example
White with #9611E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9611E1; }
p { color: rgb(150,17,225); }
H1.HeaderClassName
{
color: #9611E1;
}
.AnyTagClassName
{
color: #9611E1;
}
</style>
background-color css
<style>
a { background-color: #9611E1; }
a { background-color: rgb(150,17,225); }
div.DivClassName
{
background-color: #9611E1;
}
.BgClassName
{
background-color: #9611E1;
}
</style>
border-color css
<style>
span { border-color: #9611E1; }
span { border-color: rgb(150,17,225); }
td.TdClassName
{
border-color: #9611E1;
}
.TagClassName
{
border-color: #9611E1;
}
</style>