Shades of Dark Violet #9705C3
Tints of Dark Violet #9705C3
RGB
CMYK
RGB Variations
Color information
#9705C3 (or 0x9705C3) is known color: Dark Violet. HEX triplet: 97, 05 and C3. RGB value is (151,5,195). Sum of RGB (Red+Green+Blue) = 151+5+195=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 195 (76.56% from 255 or 55.56% from 351); Max value from RGB is 195 - color contains mainly: blue. Hex color #9705C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9705C3 is #68FA3C. Grayscale: #454545. Windows color (decimal): -6879805 or 12780951. OLE color: 12780951.
HSL color Cylindrical-coordinate representation of color #9705C3: hue angle of 286.11º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9705C3 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 5 | 195 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.24 |
| HSL | 286.11º | 0.95% | 0.39% | - |
| HSV(B) | 286.11º | 0.97% | 0.76% | - |
| XYZ | 22.67 | 10.63 | 52.49 | - |
| YUV | 70.31 | 198.37 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 195 | 0.23 | 0.97 | 0 | 0.24 | 286.11 | 0.95 | 0.39 |
| Hex | 97 | 5 | C3 | 17 | 61 | 0 | 18 | 11E | 5F | 27 |
| Octal | 227 | 5 | 303 | 27 | 141 | 0 | 30 | 436 | 137 | 47 |
| Binary | 10010111 | 101 | 11000011 | 10111 | 1100001 | 0 | 11000 | 100011110 | 1011111 | 100111 |
Color Harmonies of #9705C3
Complementary color
Monochromatic Colors of #9705C3
Black with #9705C3
Text Example
Text Example
White with #9705C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9705C3; }
p { color: rgb(151,5,195); }
H1.HeaderClassName
{
color: #9705C3;
}
.AnyTagClassName
{
color: #9705C3;
}
</style>
background-color css
<style>
a { background-color: #9705C3; }
a { background-color: rgb(151,5,195); }
div.DivClassName
{
background-color: #9705C3;
}
.BgClassName
{
background-color: #9705C3;
}
</style>
border-color css
<style>
span { border-color: #9705C3; }
span { border-color: rgb(151,5,195); }
td.TdClassName
{
border-color: #9705C3;
}
.TagClassName
{
border-color: #9705C3;
}
</style>