Shades of Dark Violet #7B09CE
Tints of Dark Violet #7B09CE
RGB
CMYK
RGB Variations
Color information
#7B09CE (or 0x7B09CE) is known color: Dark Violet. HEX triplet: 7B, 09 and CE. RGB value is (123,9,206). Sum of RGB (Red+Green+Blue) = 123+9+206=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B09CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B09CE is #84F631. Grayscale: #404040. Windows color (decimal): -8713778 or 13502843. OLE color: 13502843.
HSL color Cylindrical-coordinate representation of color #7B09CE: hue angle of 274.72º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B09CE is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 9 | 206 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.19 |
| HSL | 274.72º | 0.92% | 0.42% | - |
| HSV(B) | 274.72º | 0.96% | 0.81% | - |
| XYZ | 19.41 | 8.86 | 59.08 | - |
| YUV | 65.54 | 207.27 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 9 | 206 | 0.40 | 0.96 | 0 | 0.19 | 274.72 | 0.92 | 0.42 |
| Hex | 7B | 9 | CE | 28 | 60 | 0 | 13 | 113 | 5C | 2A |
| Octal | 173 | 11 | 316 | 50 | 140 | 0 | 23 | 423 | 134 | 52 |
| Binary | 1111011 | 1001 | 11001110 | 101000 | 1100000 | 0 | 10011 | 100010011 | 1011100 | 101010 |
Color Harmonies of #7B09CE
Complementary color
Monochromatic Colors of #7B09CE
Black with #7B09CE
Text Example
Text Example
White with #7B09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B09CE; }
p { color: rgb(123,9,206); }
H1.HeaderClassName
{
color: #7B09CE;
}
.AnyTagClassName
{
color: #7B09CE;
}
</style>
background-color css
<style>
a { background-color: #7B09CE; }
a { background-color: rgb(123,9,206); }
div.DivClassName
{
background-color: #7B09CE;
}
.BgClassName
{
background-color: #7B09CE;
}
</style>
border-color css
<style>
span { border-color: #7B09CE; }
span { border-color: rgb(123,9,206); }
td.TdClassName
{
border-color: #7B09CE;
}
.TagClassName
{
border-color: #7B09CE;
}
</style>