Shades of Dark Violet #9703BC
Tints of Dark Violet #9703BC
RGB
CMYK
RGB Variations
Color information
#9703BC (or 0x9703BC) is known color: Dark Violet. HEX triplet: 97, 03 and BC. RGB value is (151,3,188). Sum of RGB (Red+Green+Blue) = 151+3+188=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #9703BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9703BC is #68FC43. Grayscale: #434343. Windows color (decimal): -6880324 or 12321687. OLE color: 12321687.
HSL color Cylindrical-coordinate representation of color #9703BC: hue angle of 288º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9703BC is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 3 | 188 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.26 |
| HSL | 288º | 0.97% | 0.37% | - |
| HSV(B) | 288º | 0.98% | 0.74% | - |
| XYZ | 21.87 | 10.28 | 48.41 | - |
| YUV | 68.34 | 195.53 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 188 | 0.20 | 0.98 | 0 | 0.26 | 288 | 0.97 | 0.37 |
| Hex | 97 | 3 | BC | 14 | 62 | 0 | 1A | 120 | 61 | 25 |
| Octal | 227 | 3 | 274 | 24 | 142 | 0 | 32 | 440 | 141 | 45 |
| Binary | 10010111 | 11 | 10111100 | 10100 | 1100010 | 0 | 11010 | 100100000 | 1100001 | 100101 |
Color Harmonies of #9703BC
Complementary color
Monochromatic Colors of #9703BC
Black with #9703BC
Text Example
Text Example
White with #9703BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9703BC; }
p { color: rgb(151,3,188); }
H1.HeaderClassName
{
color: #9703BC;
}
.AnyTagClassName
{
color: #9703BC;
}
</style>
background-color css
<style>
a { background-color: #9703BC; }
a { background-color: rgb(151,3,188); }
div.DivClassName
{
background-color: #9703BC;
}
.BgClassName
{
background-color: #9703BC;
}
</style>
border-color css
<style>
span { border-color: #9703BC; }
span { border-color: rgb(151,3,188); }
td.TdClassName
{
border-color: #9703BC;
}
.TagClassName
{
border-color: #9703BC;
}
</style>