#80289D

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

Shades of Vivid Violet #80289D

Tints of Vivid Violet #80289D

Color information

#80289D (or 0x80289D) is unknown color: approx Vivid Violet. HEX triplet: 80, 28 and 9D. RGB value is (128,40,157). Sum of RGB (Red+Green+Blue) = 128+40+157=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #80289D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80289D is #7FD762. Grayscale: #4F4F4F. Windows color (decimal): -8378211 or 10299520. OLE color: 10299520.

HSL color Cylindrical-coordinate representation of color #80289D: hue angle of 285.13º degrees, saturation: 0.59, 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 #80289D is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12840157-
CMYK0.180.7500.38
HSL285.13º59.39%38.63%-
HSV(B)285.13º74.52%61.57%-
XYZ15.758.5432.72-
YUV79.65171.65162.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 40 (16.02% from 255) = 12.31%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=39.38%
G=12.31%
B=48.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128401570.180.7500.38285.1359.3938.63
Hex80289D124B02611d3b27
Octal20050235221130464357347
Binary10000000101000100111011001010010110100110100011101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80289D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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