Shades of Dark Violet #9705CC
Tints of Dark Violet #9705CC
RGB
CMYK
RGB Variations
Color information
#9705CC (or 0x9705CC) is known color: Dark Violet. HEX triplet: 97, 05 and CC. RGB value is (151,5,204). Sum of RGB (Red+Green+Blue) = 151+5+204=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #9705CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9705CC is #68FA33. Grayscale: #464646. Windows color (decimal): -6879796 or 13370775. OLE color: 13370775.
HSL color Cylindrical-coordinate representation of color #9705CC: hue angle of 284.02º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9705CC is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 5 | 204 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.2 |
| HSL | 284.02º | 0.95% | 0.41% | - |
| HSV(B) | 284.02º | 0.98% | 0.8% | - |
| XYZ | 23.72 | 11.05 | 58.01 | - |
| YUV | 71.34 | 202.87 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 204 | 0.26 | 0.98 | 0 | 0.2 | 284.02 | 0.95 | 0.41 |
| Hex | 97 | 5 | CC | 1A | 62 | 0 | 14 | 11C | 5F | 29 |
| Octal | 227 | 5 | 314 | 32 | 142 | 0 | 24 | 434 | 137 | 51 |
| Binary | 10010111 | 101 | 11001100 | 11010 | 1100010 | 0 | 10100 | 100011100 | 1011111 | 101001 |
Color Harmonies of #9705CC
Complementary color
Monochromatic Colors of #9705CC
Black with #9705CC
Text Example
Text Example
White with #9705CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9705CC; }
p { color: rgb(151,5,204); }
H1.HeaderClassName
{
color: #9705CC;
}
.AnyTagClassName
{
color: #9705CC;
}
</style>
background-color css
<style>
a { background-color: #9705CC; }
a { background-color: rgb(151,5,204); }
div.DivClassName
{
background-color: #9705CC;
}
.BgClassName
{
background-color: #9705CC;
}
</style>
border-color css
<style>
span { border-color: #9705CC; }
span { border-color: rgb(151,5,204); }
td.TdClassName
{
border-color: #9705CC;
}
.TagClassName
{
border-color: #9705CC;
}
</style>