Shades of Dark Violet #9712BD
Tints of Dark Violet #9712BD
RGB
CMYK
RGB Variations
Color information
#9712BD (or 0x9712BD) is known color: Dark Violet. HEX triplet: 97, 12 and BD. RGB value is (151,18,189). Sum of RGB (Red+Green+Blue) = 151+18+189=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #9712BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9712BD is #68ED42. Grayscale: #4C4C4C. Windows color (decimal): -6876483 or 12391063. OLE color: 12391063.
HSL color Cylindrical-coordinate representation of color #9712BD: hue angle of 286.67º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9712BD is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 18 | 189 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.26 |
| HSL | 286.67º | 0.83% | 0.41% | - |
| HSV(B) | 286.67º | 0.9% | 0.74% | - |
| XYZ | 22.16 | 10.69 | 49.04 | - |
| YUV | 77.26 | 191.06 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 189 | 0.20 | 0.90 | 0 | 0.26 | 286.67 | 0.83 | 0.41 |
| Hex | 97 | 12 | BD | 14 | 5A | 0 | 1A | 11F | 53 | 29 |
| Octal | 227 | 22 | 275 | 24 | 132 | 0 | 32 | 437 | 123 | 51 |
| Binary | 10010111 | 10010 | 10111101 | 10100 | 1011010 | 0 | 11010 | 100011111 | 1010011 | 101001 |
Color Harmonies of #9712BD
Complementary color
Monochromatic Colors of #9712BD
Black with #9712BD
Text Example
Text Example
White with #9712BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9712BD; }
p { color: rgb(151,18,189); }
H1.HeaderClassName
{
color: #9712BD;
}
.AnyTagClassName
{
color: #9712BD;
}
</style>
background-color css
<style>
a { background-color: #9712BD; }
a { background-color: rgb(151,18,189); }
div.DivClassName
{
background-color: #9712BD;
}
.BgClassName
{
background-color: #9712BD;
}
</style>
border-color css
<style>
span { border-color: #9712BD; }
span { border-color: rgb(151,18,189); }
td.TdClassName
{
border-color: #9712BD;
}
.TagClassName
{
border-color: #9712BD;
}
</style>