#80289F

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

Shades of Vivid Violet #80289F

Tints of Vivid Violet #80289F

Color information

#80289F (or 0x80289F) is unknown color: approx Vivid Violet. HEX triplet: 80, 28 and 9F. RGB value is (128,40,159). Sum of RGB (Red+Green+Blue) = 128+40+159=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #80289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80289F is #7FD760. Grayscale: #4F4F4F. Windows color (decimal): -8378209 or 10430592. OLE color: 10430592.

HSL color Cylindrical-coordinate representation of color #80289F: hue angle of 284.37º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80289F is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12840159-
CMYK0.190.7500.38
HSL284.37º59.8%39.02%-
HSV(B)284.37º74.84%62.35%-
XYZ15.928.6133.62-
YUV79.88172.65162.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 40 (16.02% from 255) = 12.23%
BLUE value IS 159 (62.5% from 255) = 48.62%
R=39.14%
G=12.23%
B=48.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128401590.190.7500.38284.3759.839.02
Hex80289F134B02611c3c27
Octal20050237231130464347447
Binary10000000101000100111111001110010110100110100011100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80289F; }

 p { color: rgb(128,40,159); }

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

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

 a { background-color: rgb(128,40,159); }

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

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

 span { border-color: rgb(128,40,159); }

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