Shades of Vivid Violet #802FAB
Tints of Vivid Violet #802FAB
RGB
CMYK
RGB Variations
Color information
#802FAB (or 0x802FAB) is known color: Vivid Violet. HEX triplet: 80, 2F and AB. RGB value is (128,47,171). Sum of RGB (Red+Green+Blue) = 128+47+171=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #802FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802FAB is #7FD054. Grayscale: #545454. Windows color (decimal): -8376405 or 11218816. OLE color: 11218816.
HSL color Cylindrical-coordinate representation of color #802FAB: hue angle of 279.19º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802FAB is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 47 | 171 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.33 |
| HSL | 279.19º | 0.57% | 0.43% | - |
| HSV(B) | 279.19º | 0.73% | 0.67% | - |
| XYZ | 17.27 | 9.56 | 39.46 | - |
| YUV | 85.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 171 | 0.25 | 0.73 | 0 | 0.33 | 279.19 | 0.57 | 0.43 |
| Hex | 80 | 2F | AB | 19 | 49 | 0 | 21 | 117 | 39 | 2B |
| Octal | 200 | 57 | 253 | 31 | 111 | 0 | 41 | 427 | 71 | 53 |
| Binary | 10000000 | 101111 | 10101011 | 11001 | 1001001 | 0 | 100001 | 100010111 | 111001 | 101011 |
Color Harmonies of #802FAB
Complementary color
Monochromatic Colors of #802FAB
Black with #802FAB
Text Example
Text Example
White with #802FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802FAB; }
p { color: rgb(128,47,171); }
H1.HeaderClassName
{
color: #802FAB;
}
.AnyTagClassName
{
color: #802FAB;
}
</style>
background-color css
<style>
a { background-color: #802FAB; }
a { background-color: rgb(128,47,171); }
div.DivClassName
{
background-color: #802FAB;
}
.BgClassName
{
background-color: #802FAB;
}
</style>
border-color css
<style>
span { border-color: #802FAB; }
span { border-color: rgb(128,47,171); }
td.TdClassName
{
border-color: #802FAB;
}
.TagClassName
{
border-color: #802FAB;
}
</style>