#802988

Color #802988 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #802988

Tints of Vivid Violet #802988

Color information

#802988 (or 0x802988) is unknown color: approx Vivid Violet. HEX triplet: 80, 29 and 88. RGB value is (128,41,136). Sum of RGB (Red+Green+Blue) = 128+41+136=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #802988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802988 is #7FD677. Grayscale: #4D4D4D. Windows color (decimal): -8377976 or 8923520. OLE color: 8923520.

HSL color Cylindrical-coordinate representation of color #802988: hue angle of 294.95º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802988 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12841136-
CMYK0.060.7000.47
HSL294.95º53.67%34.71%-
HSV(B)294.95º69.85%53.33%-
XYZ14.147.9524.08-
YUV77.84160.82163.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 41 (16.41% from 255) = 13.44%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=41.97%
G=13.44%
B=44.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128411360.060.7000.47294.9553.6734.71
Hex80298864602F1273623
Octal2005121061060574476643
Binary100000001010011000100011010001100101111100100111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802988; }

 p { color: rgb(128,41,136); }

 H1.HeaderClassName
 {
   color: #802988;
 }
 .AnyTagClassName
 {
   color: #802988;
 }
</style>
background-color css

<style>
 a { background-color: #802988; }

 a { background-color: rgb(128,41,136); }

 div.DivClassName
 {
   background-color: #802988;
 }
 .BgClassName
 {
   background-color: #802988;
 }
</style>
border-color css

<style>
 span { border-color: #802988; }

 span { border-color: rgb(128,41,136); }

 td.TdClassName
 {
   border-color: #802988;
 }
 .TagClassName
 {
   border-color: #802988;
 }
</style>