Shades of Dark Violet #7F08BA
Tints of Dark Violet #7F08BA
RGB
CMYK
RGB Variations
Color information
#7F08BA (or 0x7F08BA) is known color: Dark Violet. HEX triplet: 7F, 08 and BA. RGB value is (127,8,186). Sum of RGB (Red+Green+Blue) = 127+8+186=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F08BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F08BA is #80F745. Grayscale: #3F3F3F. Windows color (decimal): -8451910 or 12191871. OLE color: 12191871.
HSL color Cylindrical-coordinate representation of color #7F08BA: hue angle of 280.11º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F08BA is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 8 | 186 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.27 |
| HSL | 280.11º | 0.92% | 0.38% | - |
| HSV(B) | 280.11º | 0.96% | 0.73% | - |
| XYZ | 17.7 | 8.23 | 47.11 | - |
| YUV | 63.87 | 196.92 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 186 | 0.32 | 0.96 | 0 | 0.27 | 280.11 | 0.92 | 0.38 |
| Hex | 7F | 8 | BA | 20 | 60 | 0 | 1B | 118 | 5C | 26 |
| Octal | 177 | 10 | 272 | 40 | 140 | 0 | 33 | 430 | 134 | 46 |
| Binary | 1111111 | 1000 | 10111010 | 100000 | 1100000 | 0 | 11011 | 100011000 | 1011100 | 100110 |
Color Harmonies of #7F08BA
Complementary color
Monochromatic Colors of #7F08BA
Black with #7F08BA
Text Example
Text Example
White with #7F08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F08BA; }
p { color: rgb(127,8,186); }
H1.HeaderClassName
{
color: #7F08BA;
}
.AnyTagClassName
{
color: #7F08BA;
}
</style>
background-color css
<style>
a { background-color: #7F08BA; }
a { background-color: rgb(127,8,186); }
div.DivClassName
{
background-color: #7F08BA;
}
.BgClassName
{
background-color: #7F08BA;
}
</style>
border-color css
<style>
span { border-color: #7F08BA; }
span { border-color: rgb(127,8,186); }
td.TdClassName
{
border-color: #7F08BA;
}
.TagClassName
{
border-color: #7F08BA;
}
</style>