Shades of Dark Violet #800FB2
Tints of Dark Violet #800FB2
RGB
CMYK
RGB Variations
Color information
#800FB2 (or 0x800FB2) is known color: Dark Violet. HEX triplet: 80, 0F and B2. RGB value is (128,15,178). Sum of RGB (Red+Green+Blue) = 128+15+178=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 178 (69.92% from 255 or 55.45% from 321); Max value from RGB is 178 - color contains mainly: blue. Hex color #800FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800FB2 is #7FF04D. Grayscale: #424242. Windows color (decimal): -8384590 or 11669376. OLE color: 11669376.
HSL color Cylindrical-coordinate representation of color #800FB2: hue angle of 281.6º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800FB2 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 15 | 178 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.30 |
| HSL | 281.6º | 0.84% | 0.38% | - |
| HSV(B) | 281.6º | 0.92% | 0.7% | - |
| XYZ | 17.11 | 8.15 | 42.79 | - |
| YUV | 67.37 | 190.44 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 178 | 0.28 | 0.92 | 0 | 0.30 | 281.6 | 0.84 | 0.38 |
| Hex | 80 | F | B2 | 1C | 5C | 0 | 1E | 11A | 54 | 26 |
| Octal | 200 | 17 | 262 | 34 | 134 | 0 | 36 | 432 | 124 | 46 |
| Binary | 10000000 | 1111 | 10110010 | 11100 | 1011100 | 0 | 11110 | 100011010 | 1010100 | 100110 |
Color Harmonies of #800FB2
Complementary color
Monochromatic Colors of #800FB2
Black with #800FB2
Text Example
Text Example
White with #800FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FB2; }
p { color: rgb(128,15,178); }
H1.HeaderClassName
{
color: #800FB2;
}
.AnyTagClassName
{
color: #800FB2;
}
</style>
background-color css
<style>
a { background-color: #800FB2; }
a { background-color: rgb(128,15,178); }
div.DivClassName
{
background-color: #800FB2;
}
.BgClassName
{
background-color: #800FB2;
}
</style>
border-color css
<style>
span { border-color: #800FB2; }
span { border-color: rgb(128,15,178); }
td.TdClassName
{
border-color: #800FB2;
}
.TagClassName
{
border-color: #800FB2;
}
</style>