Shades of Dark Violet #7D09BC
Tints of Dark Violet #7D09BC
RGB
CMYK
RGB Variations
Color information
#7D09BC (or 0x7D09BC) is known color: Dark Violet. HEX triplet: 7D, 09 and BC. RGB value is (125,9,188). Sum of RGB (Red+Green+Blue) = 125+9+188=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D09BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D09BC is #82F643. Grayscale: #3F3F3F. Windows color (decimal): -8582724 or 12323197. OLE color: 12323197.
HSL color Cylindrical-coordinate representation of color #7D09BC: hue angle of 278.88º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D09BC is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 9 | 188 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.26 |
| HSL | 278.88º | 0.91% | 0.39% | - |
| HSV(B) | 278.88º | 0.95% | 0.74% | - |
| XYZ | 17.63 | 8.19 | 48.23 | - |
| YUV | 64.09 | 197.93 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 188 | 0.34 | 0.95 | 0 | 0.26 | 278.88 | 0.91 | 0.39 |
| Hex | 7D | 9 | BC | 22 | 5F | 0 | 1A | 117 | 5B | 27 |
| Octal | 175 | 11 | 274 | 42 | 137 | 0 | 32 | 427 | 133 | 47 |
| Binary | 1111101 | 1001 | 10111100 | 100010 | 1011111 | 0 | 11010 | 100010111 | 1011011 | 100111 |
Color Harmonies of #7D09BC
Complementary color
Monochromatic Colors of #7D09BC
Black with #7D09BC
Text Example
Text Example
White with #7D09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D09BC; }
p { color: rgb(125,9,188); }
H1.HeaderClassName
{
color: #7D09BC;
}
.AnyTagClassName
{
color: #7D09BC;
}
</style>
background-color css
<style>
a { background-color: #7D09BC; }
a { background-color: rgb(125,9,188); }
div.DivClassName
{
background-color: #7D09BC;
}
.BgClassName
{
background-color: #7D09BC;
}
</style>
border-color css
<style>
span { border-color: #7D09BC; }
span { border-color: rgb(125,9,188); }
td.TdClassName
{
border-color: #7D09BC;
}
.TagClassName
{
border-color: #7D09BC;
}
</style>