Shades of Vivid Violet #802F8B
Tints of Vivid Violet #802F8B
RGB
CMYK
RGB Variations
Color information
#802F8B (or 0x802F8B) is known color: Vivid Violet. HEX triplet: 80, 2F and 8B. RGB value is (128,47,139). Sum of RGB (Red+Green+Blue) = 128+47+139=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #802F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802F8B is #7FD074. Grayscale: #515151. Windows color (decimal): -8376437 or 9121664. OLE color: 9121664.
HSL color Cylindrical-coordinate representation of color #802F8B: hue angle of 292.83º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802F8B is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 47 | 139 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.45 |
| HSL | 292.83º | 0.49% | 0.36% | - |
| HSV(B) | 292.83º | 0.66% | 0.55% | - |
| XYZ | 14.58 | 8.49 | 25.3 | - |
| YUV | 81.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 139 | 0.08 | 0.66 | 0 | 0.45 | 292.83 | 0.49 | 0.36 |
| Hex | 80 | 2F | 8B | 8 | 42 | 0 | 2D | 125 | 31 | 24 |
| Octal | 200 | 57 | 213 | 10 | 102 | 0 | 55 | 445 | 61 | 44 |
| Binary | 10000000 | 101111 | 10001011 | 1000 | 1000010 | 0 | 101101 | 100100101 | 110001 | 100100 |
Color Harmonies of #802F8B
Complementary color
Monochromatic Colors of #802F8B
Black with #802F8B
Text Example
Text Example
White with #802F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F8B; }
p { color: rgb(128,47,139); }
H1.HeaderClassName
{
color: #802F8B;
}
.AnyTagClassName
{
color: #802F8B;
}
</style>
background-color css
<style>
a { background-color: #802F8B; }
a { background-color: rgb(128,47,139); }
div.DivClassName
{
background-color: #802F8B;
}
.BgClassName
{
background-color: #802F8B;
}
</style>
border-color css
<style>
span { border-color: #802F8B; }
span { border-color: rgb(128,47,139); }
td.TdClassName
{
border-color: #802F8B;
}
.TagClassName
{
border-color: #802F8B;
}
</style>