Shades of Dark Violet #7B09AD
Tints of Dark Violet #7B09AD
RGB
CMYK
RGB Variations
Color information
#7B09AD (or 0x7B09AD) is known color: Dark Violet. HEX triplet: 7B, 09 and AD. RGB value is (123,9,173). Sum of RGB (Red+Green+Blue) = 123+9+173=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B09AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B09AD is #84F652. Grayscale: #3D3D3D. Windows color (decimal): -8713811 or 11340155. OLE color: 11340155.
HSL color Cylindrical-coordinate representation of color #7B09AD: hue angle of 281.71º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B09AD is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 9 | 173 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.32 |
| HSL | 281.71º | 0.9% | 0.36% | - |
| HSV(B) | 281.71º | 0.95% | 0.68% | - |
| XYZ | 15.81 | 7.42 | 40.13 | - |
| YUV | 61.78 | 190.77 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 9 | 173 | 0.29 | 0.95 | 0 | 0.32 | 281.71 | 0.9 | 0.36 |
| Hex | 7B | 9 | AD | 1D | 5F | 0 | 20 | 11A | 5A | 24 |
| Octal | 173 | 11 | 255 | 35 | 137 | 0 | 40 | 432 | 132 | 44 |
| Binary | 1111011 | 1001 | 10101101 | 11101 | 1011111 | 0 | 100000 | 100011010 | 1011010 | 100100 |
Color Harmonies of #7B09AD
Complementary color
Monochromatic Colors of #7B09AD
Black with #7B09AD
Text Example
Text Example
White with #7B09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B09AD; }
p { color: rgb(123,9,173); }
H1.HeaderClassName
{
color: #7B09AD;
}
.AnyTagClassName
{
color: #7B09AD;
}
</style>
background-color css
<style>
a { background-color: #7B09AD; }
a { background-color: rgb(123,9,173); }
div.DivClassName
{
background-color: #7B09AD;
}
.BgClassName
{
background-color: #7B09AD;
}
</style>
border-color css
<style>
span { border-color: #7B09AD; }
span { border-color: rgb(123,9,173); }
td.TdClassName
{
border-color: #7B09AD;
}
.TagClassName
{
border-color: #7B09AD;
}
</style>