Shades of Dark Violet #9700CC
Tints of Dark Violet #9700CC
RGB
CMYK
RGB Variations
Color information
#9700CC (or 0x9700CC) is known color: Dark Violet. HEX triplet: 97, 00 and CC. RGB value is (151,0,204). Sum of RGB (Red+Green+Blue) = 151+0+204=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #9700CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9700CC is #68FF33. Grayscale: #434343. Windows color (decimal): -6881076 or 13369495. OLE color: 13369495.
HSL color Cylindrical-coordinate representation of color #9700CC: hue angle of 284.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9700CC is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 0 | 204 | - |
| CMYK | 0.26 | 1 | 0 | 0.2 |
| HSL | 284.41º | 1% | 0.4% | - |
| HSV(B) | 284.41º | 1% | 0.8% | - |
| XYZ | 23.66 | 10.94 | 57.99 | - |
| YUV | 68.41 | 204.53 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 204 | 0.26 | 1 | 0 | 0.2 | 284.41 | 1 | 0.4 |
| Hex | 97 | 0 | CC | 1A | 64 | 0 | 14 | 11C | 64 | 28 |
| Octal | 227 | 0 | 314 | 32 | 144 | 0 | 24 | 434 | 144 | 50 |
| Binary | 10010111 | 0 | 11001100 | 11010 | 1100100 | 0 | 10100 | 100011100 | 1100100 | 101000 |
Color Harmonies of #9700CC
Complementary color
Monochromatic Colors of #9700CC
Black with #9700CC
Text Example
Text Example
White with #9700CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9700CC; }
p { color: rgb(151,0,204); }
H1.HeaderClassName
{
color: #9700CC;
}
.AnyTagClassName
{
color: #9700CC;
}
</style>
background-color css
<style>
a { background-color: #9700CC; }
a { background-color: rgb(151,0,204); }
div.DivClassName
{
background-color: #9700CC;
}
.BgClassName
{
background-color: #9700CC;
}
</style>
border-color css
<style>
span { border-color: #9700CC; }
span { border-color: rgb(151,0,204); }
td.TdClassName
{
border-color: #9700CC;
}
.TagClassName
{
border-color: #9700CC;
}
</style>