Shades of Dark Violet #9712CA
Tints of Dark Violet #9712CA
RGB
CMYK
RGB Variations
Color information
#9712CA (or 0x9712CA) is known color: Dark Violet. HEX triplet: 97, 12 and CA. RGB value is (151,18,202). Sum of RGB (Red+Green+Blue) = 151+18+202=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #9712CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9712CA is #68ED35. Grayscale: #4E4E4E. Windows color (decimal): -6876470 or 13243031. OLE color: 13243031.
HSL color Cylindrical-coordinate representation of color #9712CA: hue angle of 283.37º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9712CA is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 18 | 202 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.21 |
| HSL | 283.37º | 0.84% | 0.43% | - |
| HSV(B) | 283.37º | 0.91% | 0.79% | - |
| XYZ | 23.64 | 11.28 | 56.81 | - |
| YUV | 78.74 | 197.56 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 202 | 0.25 | 0.91 | 0 | 0.21 | 283.37 | 0.84 | 0.43 |
| Hex | 97 | 12 | CA | 19 | 5B | 0 | 15 | 11B | 54 | 2B |
| Octal | 227 | 22 | 312 | 31 | 133 | 0 | 25 | 433 | 124 | 53 |
| Binary | 10010111 | 10010 | 11001010 | 11001 | 1011011 | 0 | 10101 | 100011011 | 1010100 | 101011 |
Color Harmonies of #9712CA
Complementary color
Monochromatic Colors of #9712CA
Black with #9712CA
Text Example
Text Example
White with #9712CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9712CA; }
p { color: rgb(151,18,202); }
H1.HeaderClassName
{
color: #9712CA;
}
.AnyTagClassName
{
color: #9712CA;
}
</style>
background-color css
<style>
a { background-color: #9712CA; }
a { background-color: rgb(151,18,202); }
div.DivClassName
{
background-color: #9712CA;
}
.BgClassName
{
background-color: #9712CA;
}
</style>
border-color css
<style>
span { border-color: #9712CA; }
span { border-color: rgb(151,18,202); }
td.TdClassName
{
border-color: #9712CA;
}
.TagClassName
{
border-color: #9712CA;
}
</style>