Shades of Dark Violet #8007CB
Tints of Dark Violet #8007CB
RGB
CMYK
RGB Variations
Color information
#8007CB (or 0x8007CB) is known color: Dark Violet. HEX triplet: 80, 07 and CB. RGB value is (128,7,203). Sum of RGB (Red+Green+Blue) = 128+7+203=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 7 (3.12% from 255 or 2.07% 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 #8007CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8007CB is #7FF834. Grayscale: #404040. Windows color (decimal): -8386613 or 13305728. OLE color: 13305728.
HSL color Cylindrical-coordinate representation of color #8007CB: hue angle of 277.04º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8007CB is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 7 | 203 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.20 |
| HSL | 277.04º | 0.93% | 0.41% | - |
| HSV(B) | 277.04º | 0.97% | 0.8% | - |
| XYZ | 19.76 | 9.05 | 57.21 | - |
| YUV | 65.52 | 205.59 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 203 | 0.37 | 0.97 | 0 | 0.20 | 277.04 | 0.93 | 0.41 |
| Hex | 80 | 7 | CB | 25 | 61 | 0 | 14 | 115 | 5D | 29 |
| Octal | 200 | 7 | 313 | 45 | 141 | 0 | 24 | 425 | 135 | 51 |
| Binary | 10000000 | 111 | 11001011 | 100101 | 1100001 | 0 | 10100 | 100010101 | 1011101 | 101001 |
Color Harmonies of #8007CB
Complementary color
Monochromatic Colors of #8007CB
Black with #8007CB
Text Example
Text Example
White with #8007CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8007CB; }
p { color: rgb(128,7,203); }
H1.HeaderClassName
{
color: #8007CB;
}
.AnyTagClassName
{
color: #8007CB;
}
</style>
background-color css
<style>
a { background-color: #8007CB; }
a { background-color: rgb(128,7,203); }
div.DivClassName
{
background-color: #8007CB;
}
.BgClassName
{
background-color: #8007CB;
}
</style>
border-color css
<style>
span { border-color: #8007CB; }
span { border-color: rgb(128,7,203); }
td.TdClassName
{
border-color: #8007CB;
}
.TagClassName
{
border-color: #8007CB;
}
</style>