Shades of Dark Violet #7F08BC
Tints of Dark Violet #7F08BC
RGB
CMYK
RGB Variations
Color information
#7F08BC (or 0x7F08BC) is known color: Dark Violet. HEX triplet: 7F, 08 and BC. RGB value is (127,8,188). Sum of RGB (Red+Green+Blue) = 127+8+188=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F08BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F08BC is #80F743. Grayscale: #3F3F3F. Windows color (decimal): -8451908 or 12322943. OLE color: 12322943.
HSL color Cylindrical-coordinate representation of color #7F08BC: hue angle of 279.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F08BC is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 8 | 188 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.26 |
| HSL | 279.67º | 0.92% | 0.38% | - |
| HSV(B) | 279.67º | 0.96% | 0.74% | - |
| XYZ | 17.92 | 8.32 | 48.24 | - |
| YUV | 64.1 | 197.92 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 188 | 0.32 | 0.96 | 0 | 0.26 | 279.67 | 0.92 | 0.38 |
| Hex | 7F | 8 | BC | 20 | 60 | 0 | 1A | 118 | 5C | 26 |
| Octal | 177 | 10 | 274 | 40 | 140 | 0 | 32 | 430 | 134 | 46 |
| Binary | 1111111 | 1000 | 10111100 | 100000 | 1100000 | 0 | 11010 | 100011000 | 1011100 | 100110 |
Color Harmonies of #7F08BC
Complementary color
Monochromatic Colors of #7F08BC
Black with #7F08BC
Text Example
Text Example
White with #7F08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F08BC; }
p { color: rgb(127,8,188); }
H1.HeaderClassName
{
color: #7F08BC;
}
.AnyTagClassName
{
color: #7F08BC;
}
</style>
background-color css
<style>
a { background-color: #7F08BC; }
a { background-color: rgb(127,8,188); }
div.DivClassName
{
background-color: #7F08BC;
}
.BgClassName
{
background-color: #7F08BC;
}
</style>
border-color css
<style>
span { border-color: #7F08BC; }
span { border-color: rgb(127,8,188); }
td.TdClassName
{
border-color: #7F08BC;
}
.TagClassName
{
border-color: #7F08BC;
}
</style>