#802F81

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

Shades of Vivid Violet #802F81

Tints of Vivid Violet #802F81

Color information

#802F81 (or 0x802F81) is unknown color: approx Vivid Violet. HEX triplet: 80, 2F and 81. RGB value is (128,47,129). Sum of RGB (Red+Green+Blue) = 128+47+129=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #802F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802F81 is #7FD07E. Grayscale: #505050. Windows color (decimal): -8376447 or 8466304. OLE color: 8466304.

HSL color Cylindrical-coordinate representation of color #802F81: hue angle of 299.27º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #802F81 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12847129-
CMYK0.010.6400.49
HSL299.27º46.59%34.51%-
HSV(B)299.27º63.57%50.59%-
XYZ13.888.2121.62-
YUV80.57155.34161.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.11%
GREEN value IS 47 (18.75% from 255) = 15.46%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=42.11%
G=15.46%
B=42.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128471290.010.6400.49299.2746.5934.51
Hex802F8114003112b2f23
Octal2005720111000614535743
Binary1000000010111110000001110000000110001100101011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802F81; }

 p { color: rgb(128,47,129); }

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

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

 a { background-color: rgb(128,47,129); }

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

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

 span { border-color: rgb(128,47,129); }

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