Shades of Dark Violet #7F09BB
Tints of Dark Violet #7F09BB
RGB
CMYK
RGB Variations
Color information
#7F09BB (or 0x7F09BB) is known color: Dark Violet. HEX triplet: 7F, 09 and BB. RGB value is (127,9,187). Sum of RGB (Red+Green+Blue) = 127+9+187=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F09BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F09BB is #80F644. Grayscale: #3F3F3F. Windows color (decimal): -8451653 or 12257663. OLE color: 12257663.
HSL color Cylindrical-coordinate representation of color #7F09BB: hue angle of 279.78º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F09BB is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 9 | 187 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.27 |
| HSL | 279.78º | 0.91% | 0.38% | - |
| HSV(B) | 279.78º | 0.95% | 0.73% | - |
| XYZ | 17.82 | 8.3 | 47.68 | - |
| YUV | 64.57 | 197.09 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 187 | 0.32 | 0.95 | 0 | 0.27 | 279.78 | 0.91 | 0.38 |
| Hex | 7F | 9 | BB | 20 | 5F | 0 | 1B | 118 | 5B | 26 |
| Octal | 177 | 11 | 273 | 40 | 137 | 0 | 33 | 430 | 133 | 46 |
| Binary | 1111111 | 1001 | 10111011 | 100000 | 1011111 | 0 | 11011 | 100011000 | 1011011 | 100110 |
Color Harmonies of #7F09BB
Complementary color
Monochromatic Colors of #7F09BB
Black with #7F09BB
Text Example
Text Example
White with #7F09BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F09BB; }
p { color: rgb(127,9,187); }
H1.HeaderClassName
{
color: #7F09BB;
}
.AnyTagClassName
{
color: #7F09BB;
}
</style>
background-color css
<style>
a { background-color: #7F09BB; }
a { background-color: rgb(127,9,187); }
div.DivClassName
{
background-color: #7F09BB;
}
.BgClassName
{
background-color: #7F09BB;
}
</style>
border-color css
<style>
span { border-color: #7F09BB; }
span { border-color: rgb(127,9,187); }
td.TdClassName
{
border-color: #7F09BB;
}
.TagClassName
{
border-color: #7F09BB;
}
</style>