Shades of Dark Violet #9711CB
Tints of Dark Violet #9711CB
RGB
CMYK
RGB Variations
Color information
#9711CB (or 0x9711CB) is known color: Dark Violet. HEX triplet: 97, 11 and CB. RGB value is (151,17,203). Sum of RGB (Red+Green+Blue) = 151+17+203=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #9711CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9711CB is #68EE34. Grayscale: #4D4D4D. Windows color (decimal): -6876725 or 13308311. OLE color: 13308311.
HSL color Cylindrical-coordinate representation of color #9711CB: hue angle of 283.23º 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 #9711CB is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 17 | 203 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.20 |
| HSL | 283.23º | 0.85% | 0.43% | - |
| HSV(B) | 283.23º | 0.92% | 0.8% | - |
| XYZ | 23.74 | 11.29 | 57.43 | - |
| YUV | 78.27 | 198.39 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 203 | 0.26 | 0.92 | 0 | 0.20 | 283.23 | 0.85 | 0.43 |
| Hex | 97 | 11 | CB | 1A | 5C | 0 | 14 | 11B | 55 | 2B |
| Octal | 227 | 21 | 313 | 32 | 134 | 0 | 24 | 433 | 125 | 53 |
| Binary | 10010111 | 10001 | 11001011 | 11010 | 1011100 | 0 | 10100 | 100011011 | 1010101 | 101011 |
Color Harmonies of #9711CB
Complementary color
Monochromatic Colors of #9711CB
Black with #9711CB
Text Example
Text Example
White with #9711CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9711CB; }
p { color: rgb(151,17,203); }
H1.HeaderClassName
{
color: #9711CB;
}
.AnyTagClassName
{
color: #9711CB;
}
</style>
background-color css
<style>
a { background-color: #9711CB; }
a { background-color: rgb(151,17,203); }
div.DivClassName
{
background-color: #9711CB;
}
.BgClassName
{
background-color: #9711CB;
}
</style>
border-color css
<style>
span { border-color: #9711CB; }
span { border-color: rgb(151,17,203); }
td.TdClassName
{
border-color: #9711CB;
}
.TagClassName
{
border-color: #9711CB;
}
</style>