Shades of Dark Violet #7809B6
Tints of Dark Violet #7809B6
RGB
CMYK
RGB Variations
Color information
#7809B6 (or 0x7809B6) is known color: Dark Violet. HEX triplet: 78, 09 and B6. RGB value is (120,9,182). Sum of RGB (Red+Green+Blue) = 120+9+182=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 182 (71.48% from 255 or 58.52% from 311); Max value from RGB is 182 - color contains mainly: blue. Hex color #7809B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7809B6 is #87F649. Grayscale: #3D3D3D. Windows color (decimal): -8910410 or 11929976. OLE color: 11929976.
HSL color Cylindrical-coordinate representation of color #7809B6: hue angle of 278.5º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7809B6 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 9 | 182 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.29 |
| HSL | 278.5º | 0.91% | 0.37% | - |
| HSV(B) | 278.5º | 0.95% | 0.71% | - |
| XYZ | 16.29 | 7.57 | 44.86 | - |
| YUV | 61.91 | 195.77 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 182 | 0.34 | 0.95 | 0 | 0.29 | 278.5 | 0.91 | 0.37 |
| Hex | 78 | 9 | B6 | 22 | 5F | 0 | 1D | 116 | 5B | 25 |
| Octal | 170 | 11 | 266 | 42 | 137 | 0 | 35 | 426 | 133 | 45 |
| Binary | 1111000 | 1001 | 10110110 | 100010 | 1011111 | 0 | 11101 | 100010110 | 1011011 | 100101 |
Color Harmonies of #7809B6
Complementary color
Monochromatic Colors of #7809B6
Black with #7809B6
Text Example
Text Example
White with #7809B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7809B6; }
p { color: rgb(120,9,182); }
H1.HeaderClassName
{
color: #7809B6;
}
.AnyTagClassName
{
color: #7809B6;
}
</style>
background-color css
<style>
a { background-color: #7809B6; }
a { background-color: rgb(120,9,182); }
div.DivClassName
{
background-color: #7809B6;
}
.BgClassName
{
background-color: #7809B6;
}
</style>
border-color css
<style>
span { border-color: #7809B6; }
span { border-color: rgb(120,9,182); }
td.TdClassName
{
border-color: #7809B6;
}
.TagClassName
{
border-color: #7809B6;
}
</style>