Shades of Dark Violet #7C09B1
Tints of Dark Violet #7C09B1
RGB
CMYK
RGB Variations
Color information
#7C09B1 (or 0x7C09B1) is known color: Dark Violet. HEX triplet: 7C, 09 and B1. RGB value is (124,9,177). Sum of RGB (Red+Green+Blue) = 124+9+177=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 177 (69.53% from 255 or 57.10% from 310); Max value from RGB is 177 - color contains mainly: blue. Hex color #7C09B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C09B1 is #83F64E. Grayscale: #3D3D3D. Windows color (decimal): -8648271 or 11602300. OLE color: 11602300.
HSL color Cylindrical-coordinate representation of color #7C09B1: hue angle of 281.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C09B1 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 9 | 177 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.31 |
| HSL | 281.07º | 0.9% | 0.36% | - |
| HSV(B) | 281.07º | 0.95% | 0.69% | - |
| XYZ | 16.35 | 7.65 | 42.21 | - |
| YUV | 62.54 | 192.6 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 177 | 0.30 | 0.95 | 0 | 0.31 | 281.07 | 0.9 | 0.36 |
| Hex | 7C | 9 | B1 | 1E | 5F | 0 | 1F | 119 | 5A | 24 |
| Octal | 174 | 11 | 261 | 36 | 137 | 0 | 37 | 431 | 132 | 44 |
| Binary | 1111100 | 1001 | 10110001 | 11110 | 1011111 | 0 | 11111 | 100011001 | 1011010 | 100100 |
Color Harmonies of #7C09B1
Complementary color
Monochromatic Colors of #7C09B1
Black with #7C09B1
Text Example
Text Example
White with #7C09B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C09B1; }
p { color: rgb(124,9,177); }
H1.HeaderClassName
{
color: #7C09B1;
}
.AnyTagClassName
{
color: #7C09B1;
}
</style>
background-color css
<style>
a { background-color: #7C09B1; }
a { background-color: rgb(124,9,177); }
div.DivClassName
{
background-color: #7C09B1;
}
.BgClassName
{
background-color: #7C09B1;
}
</style>
border-color css
<style>
span { border-color: #7C09B1; }
span { border-color: rgb(124,9,177); }
td.TdClassName
{
border-color: #7C09B1;
}
.TagClassName
{
border-color: #7C09B1;
}
</style>