Shades of Dark Violet #7F08CB
Tints of Dark Violet #7F08CB
RGB
CMYK
RGB Variations
Color information
#7F08CB (or 0x7F08CB) is known color: Dark Violet. HEX triplet: 7F, 08 and CB. RGB value is (127,8,203). Sum of RGB (Red+Green+Blue) = 127+8+203=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F08CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F08CB is #80F734. Grayscale: #414141. Windows color (decimal): -8451893 or 13305983. OLE color: 13305983.
HSL color Cylindrical-coordinate representation of color #7F08CB: hue angle of 276.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F08CB is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 8 | 203 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.20 |
| HSL | 276.62º | 0.92% | 0.41% | - |
| HSV(B) | 276.62º | 0.96% | 0.8% | - |
| XYZ | 19.62 | 9 | 57.2 | - |
| YUV | 65.81 | 205.42 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 203 | 0.37 | 0.96 | 0 | 0.20 | 276.62 | 0.92 | 0.41 |
| Hex | 7F | 8 | CB | 25 | 60 | 0 | 14 | 115 | 5C | 29 |
| Octal | 177 | 10 | 313 | 45 | 140 | 0 | 24 | 425 | 134 | 51 |
| Binary | 1111111 | 1000 | 11001011 | 100101 | 1100000 | 0 | 10100 | 100010101 | 1011100 | 101001 |
Color Harmonies of #7F08CB
Complementary color
Monochromatic Colors of #7F08CB
Black with #7F08CB
Text Example
Text Example
White with #7F08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F08CB; }
p { color: rgb(127,8,203); }
H1.HeaderClassName
{
color: #7F08CB;
}
.AnyTagClassName
{
color: #7F08CB;
}
</style>
background-color css
<style>
a { background-color: #7F08CB; }
a { background-color: rgb(127,8,203); }
div.DivClassName
{
background-color: #7F08CB;
}
.BgClassName
{
background-color: #7F08CB;
}
</style>
border-color css
<style>
span { border-color: #7F08CB; }
span { border-color: rgb(127,8,203); }
td.TdClassName
{
border-color: #7F08CB;
}
.TagClassName
{
border-color: #7F08CB;
}
</style>