Shades of Dark Violet #9704D0
Tints of Dark Violet #9704D0
RGB
CMYK
RGB Variations
Color information
#9704D0 (or 0x9704D0) is known color: Dark Violet. HEX triplet: 97, 04 and D0. RGB value is (151,4,208). Sum of RGB (Red+Green+Blue) = 151+4+208=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 208 (81.64% from 255 or 57.30% from 363); Max value from RGB is 208 - color contains mainly: blue. Hex color #9704D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9704D0 is #68FB2F. Grayscale: #464646. Windows color (decimal): -6880048 or 13632663. OLE color: 13632663.
HSL color Cylindrical-coordinate representation of color #9704D0: hue angle of 283.24º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9704D0 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 4 | 208 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.18 |
| HSL | 283.24º | 0.96% | 0.42% | - |
| HSV(B) | 283.24º | 0.98% | 0.82% | - |
| XYZ | 24.19 | 11.22 | 60.57 | - |
| YUV | 71.21 | 205.2 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 4 | 208 | 0.27 | 0.98 | 0 | 0.18 | 283.24 | 0.96 | 0.42 |
| Hex | 97 | 4 | D0 | 1B | 62 | 0 | 12 | 11B | 60 | 2A |
| Octal | 227 | 4 | 320 | 33 | 142 | 0 | 22 | 433 | 140 | 52 |
| Binary | 10010111 | 100 | 11010000 | 11011 | 1100010 | 0 | 10010 | 100011011 | 1100000 | 101010 |
Color Harmonies of #9704D0
Complementary color
Monochromatic Colors of #9704D0
Black with #9704D0
Text Example
Text Example
White with #9704D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9704D0; }
p { color: rgb(151,4,208); }
H1.HeaderClassName
{
color: #9704D0;
}
.AnyTagClassName
{
color: #9704D0;
}
</style>
background-color css
<style>
a { background-color: #9704D0; }
a { background-color: rgb(151,4,208); }
div.DivClassName
{
background-color: #9704D0;
}
.BgClassName
{
background-color: #9704D0;
}
</style>
border-color css
<style>
span { border-color: #9704D0; }
span { border-color: rgb(151,4,208); }
td.TdClassName
{
border-color: #9704D0;
}
.TagClassName
{
border-color: #9704D0;
}
</style>