Shades of Dark Violet #9711CC
Tints of Dark Violet #9711CC
RGB
CMYK
RGB Variations
Color information
#9711CC (or 0x9711CC) is known color: Dark Violet. HEX triplet: 97, 11 and CC. RGB value is (151,17,204). Sum of RGB (Red+Green+Blue) = 151+17+204=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #9711CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9711CC is #68EE33. Grayscale: #4D4D4D. Windows color (decimal): -6876724 or 13373847. OLE color: 13373847.
HSL color Cylindrical-coordinate representation of color #9711CC: hue angle of 282.99º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9711CC is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 17 | 204 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.2 |
| HSL | 282.99º | 0.85% | 0.43% | - |
| HSV(B) | 282.99º | 0.92% | 0.8% | - |
| XYZ | 23.86 | 11.34 | 58.06 | - |
| YUV | 78.38 | 198.89 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 204 | 0.26 | 0.92 | 0 | 0.2 | 282.99 | 0.85 | 0.43 |
| Hex | 97 | 11 | CC | 1A | 5C | 0 | 14 | 11B | 55 | 2B |
| Octal | 227 | 21 | 314 | 32 | 134 | 0 | 24 | 433 | 125 | 53 |
| Binary | 10010111 | 10001 | 11001100 | 11010 | 1011100 | 0 | 10100 | 100011011 | 1010101 | 101011 |
Color Harmonies of #9711CC
Complementary color
Monochromatic Colors of #9711CC
Black with #9711CC
Text Example
Text Example
White with #9711CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9711CC; }
p { color: rgb(151,17,204); }
H1.HeaderClassName
{
color: #9711CC;
}
.AnyTagClassName
{
color: #9711CC;
}
</style>
background-color css
<style>
a { background-color: #9711CC; }
a { background-color: rgb(151,17,204); }
div.DivClassName
{
background-color: #9711CC;
}
.BgClassName
{
background-color: #9711CC;
}
</style>
border-color css
<style>
span { border-color: #9711CC; }
span { border-color: rgb(151,17,204); }
td.TdClassName
{
border-color: #9711CC;
}
.TagClassName
{
border-color: #9711CC;
}
</style>