Shades of Dark Violet #9701CC
Tints of Dark Violet #9701CC
RGB
CMYK
RGB Variations
Color information
#9701CC (or 0x9701CC) is known color: Dark Violet. HEX triplet: 97, 01 and CC. RGB value is (151,1,204). Sum of RGB (Red+Green+Blue) = 151+1+204=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #9701CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9701CC is #68FE33. Grayscale: #444444. Windows color (decimal): -6880820 or 13369751. OLE color: 13369751.
HSL color Cylindrical-coordinate representation of color #9701CC: hue angle of 284.33º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9701CC is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 1 | 204 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.2 |
| HSL | 284.34º | 0.99% | 0.4% | - |
| HSV(B) | 284.34º | 1% | 0.8% | - |
| XYZ | 23.67 | 10.96 | 57.99 | - |
| YUV | 68.99 | 204.2 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 204 | 0.26 | 1.00 | 0 | 0.2 | 284.34 | 0.99 | 0.4 |
| Hex | 97 | 1 | CC | 1A | 64 | 0 | 14 | 11C | 63 | 28 |
| Octal | 227 | 1 | 314 | 32 | 144 | 0 | 24 | 434 | 143 | 50 |
| Binary | 10010111 | 1 | 11001100 | 11010 | 1100100 | 0 | 10100 | 100011100 | 1100011 | 101000 |
Color Harmonies of #9701CC
Complementary color
Monochromatic Colors of #9701CC
Black with #9701CC
Text Example
Text Example
White with #9701CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9701CC; }
p { color: rgb(151,1,204); }
H1.HeaderClassName
{
color: #9701CC;
}
.AnyTagClassName
{
color: #9701CC;
}
</style>
background-color css
<style>
a { background-color: #9701CC; }
a { background-color: rgb(151,1,204); }
div.DivClassName
{
background-color: #9701CC;
}
.BgClassName
{
background-color: #9701CC;
}
</style>
border-color css
<style>
span { border-color: #9701CC; }
span { border-color: rgb(151,1,204); }
td.TdClassName
{
border-color: #9701CC;
}
.TagClassName
{
border-color: #9701CC;
}
</style>