Shades of Dark Violet #800FB8
Tints of Dark Violet #800FB8
RGB
CMYK
RGB Variations
Color information
#800FB8 (or 0x800FB8) is known color: Dark Violet. HEX triplet: 80, 0F and B8. RGB value is (128,15,184). Sum of RGB (Red+Green+Blue) = 128+15+184=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 184 (72.27% from 255 or 56.27% from 327); Max value from RGB is 184 - color contains mainly: blue. Hex color #800FB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FB8 is #7FF047. Grayscale: #434343. Windows color (decimal): -8384584 or 12062592. OLE color: 12062592.
HSL color Cylindrical-coordinate representation of color #800FB8: hue angle of 280.12º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800FB8 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 15 | 184 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.28 |
| HSL | 280.12º | 0.85% | 0.39% | - |
| HSV(B) | 280.12º | 0.92% | 0.72% | - |
| XYZ | 17.72 | 8.39 | 46.03 | - |
| YUV | 68.05 | 193.44 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 184 | 0.30 | 0.92 | 0 | 0.28 | 280.12 | 0.85 | 0.39 |
| Hex | 80 | F | B8 | 1E | 5C | 0 | 1C | 118 | 55 | 27 |
| Octal | 200 | 17 | 270 | 36 | 134 | 0 | 34 | 430 | 125 | 47 |
| Binary | 10000000 | 1111 | 10111000 | 11110 | 1011100 | 0 | 11100 | 100011000 | 1010101 | 100111 |
Color Harmonies of #800FB8
Complementary color
Monochromatic Colors of #800FB8
Black with #800FB8
Text Example
Text Example
White with #800FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FB8; }
p { color: rgb(128,15,184); }
H1.HeaderClassName
{
color: #800FB8;
}
.AnyTagClassName
{
color: #800FB8;
}
</style>
background-color css
<style>
a { background-color: #800FB8; }
a { background-color: rgb(128,15,184); }
div.DivClassName
{
background-color: #800FB8;
}
.BgClassName
{
background-color: #800FB8;
}
</style>
border-color css
<style>
span { border-color: #800FB8; }
span { border-color: rgb(128,15,184); }
td.TdClassName
{
border-color: #800FB8;
}
.TagClassName
{
border-color: #800FB8;
}
</style>