Shades of Dark Violet #7D09CB
Tints of Dark Violet #7D09CB
RGB
CMYK
RGB Variations
Color information
#7D09CB (or 0x7D09CB) is known color: Dark Violet. HEX triplet: 7D, 09 and CB. RGB value is (125,9,203). Sum of RGB (Red+Green+Blue) = 125+9+203=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D09CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D09CB is #82F634. Grayscale: #414141. Windows color (decimal): -8582709 or 13306237. OLE color: 13306237.
HSL color Cylindrical-coordinate representation of color #7D09CB: hue angle of 275.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D09CB is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 9 | 203 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.20 |
| HSL | 275.88º | 0.92% | 0.42% | - |
| HSV(B) | 275.88º | 0.96% | 0.8% | - |
| XYZ | 19.33 | 8.87 | 57.19 | - |
| YUV | 65.8 | 205.43 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 203 | 0.38 | 0.96 | 0 | 0.20 | 275.88 | 0.92 | 0.42 |
| Hex | 7D | 9 | CB | 26 | 60 | 0 | 14 | 114 | 5C | 2A |
| Octal | 175 | 11 | 313 | 46 | 140 | 0 | 24 | 424 | 134 | 52 |
| Binary | 1111101 | 1001 | 11001011 | 100110 | 1100000 | 0 | 10100 | 100010100 | 1011100 | 101010 |
Color Harmonies of #7D09CB
Complementary color
Monochromatic Colors of #7D09CB
Black with #7D09CB
Text Example
Text Example
White with #7D09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D09CB; }
p { color: rgb(125,9,203); }
H1.HeaderClassName
{
color: #7D09CB;
}
.AnyTagClassName
{
color: #7D09CB;
}
</style>
background-color css
<style>
a { background-color: #7D09CB; }
a { background-color: rgb(125,9,203); }
div.DivClassName
{
background-color: #7D09CB;
}
.BgClassName
{
background-color: #7D09CB;
}
</style>
border-color css
<style>
span { border-color: #7D09CB; }
span { border-color: rgb(125,9,203); }
td.TdClassName
{
border-color: #7D09CB;
}
.TagClassName
{
border-color: #7D09CB;
}
</style>