Shades of Dark Violet #7F09BD
Tints of Dark Violet #7F09BD
RGB
CMYK
RGB Variations
Color information
#7F09BD (or 0x7F09BD) is known color: Dark Violet. HEX triplet: 7F, 09 and BD. RGB value is (127,9,189). Sum of RGB (Red+Green+Blue) = 127+9+189=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F09BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F09BD is #80F642. Grayscale: #404040. Windows color (decimal): -8451651 or 12388735. OLE color: 12388735.
HSL color Cylindrical-coordinate representation of color #7F09BD: hue angle of 279.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F09BD is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 9 | 189 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.26 |
| HSL | 279.33º | 0.91% | 0.39% | - |
| HSV(B) | 279.33º | 0.95% | 0.74% | - |
| XYZ | 18.04 | 8.38 | 48.81 | - |
| YUV | 64.8 | 198.09 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 189 | 0.33 | 0.95 | 0 | 0.26 | 279.33 | 0.91 | 0.39 |
| Hex | 7F | 9 | BD | 21 | 5F | 0 | 1A | 117 | 5B | 27 |
| Octal | 177 | 11 | 275 | 41 | 137 | 0 | 32 | 427 | 133 | 47 |
| Binary | 1111111 | 1001 | 10111101 | 100001 | 1011111 | 0 | 11010 | 100010111 | 1011011 | 100111 |
Color Harmonies of #7F09BD
Complementary color
Monochromatic Colors of #7F09BD
Black with #7F09BD
Text Example
Text Example
White with #7F09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F09BD; }
p { color: rgb(127,9,189); }
H1.HeaderClassName
{
color: #7F09BD;
}
.AnyTagClassName
{
color: #7F09BD;
}
</style>
background-color css
<style>
a { background-color: #7F09BD; }
a { background-color: rgb(127,9,189); }
div.DivClassName
{
background-color: #7F09BD;
}
.BgClassName
{
background-color: #7F09BD;
}
</style>
border-color css
<style>
span { border-color: #7F09BD; }
span { border-color: rgb(127,9,189); }
td.TdClassName
{
border-color: #7F09BD;
}
.TagClassName
{
border-color: #7F09BD;
}
</style>