#80258A

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

Shades of Vivid Violet #80258A

Tints of Vivid Violet #80258A

Color information

#80258A (or 0x80258A) is unknown color: approx Vivid Violet. HEX triplet: 80, 25 and 8A. RGB value is (128,37,138). Sum of RGB (Red+Green+Blue) = 128+37+138=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #80258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80258A is #7FDA75. Grayscale: #4B4B4B. Windows color (decimal): -8378998 or 9053568. OLE color: 9053568.

HSL color Cylindrical-coordinate representation of color #80258A: hue angle of 294.06º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80258A is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12837138-
CMYK0.070.7300.46
HSL294.06º57.71%34.31%-
HSV(B)294.06º73.19%54.12%-
XYZ14.157.7524.79-
YUV75.72163.15165.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.24%
GREEN value IS 37 (14.84% from 255) = 12.21%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=42.24%
G=12.21%
B=45.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128371380.070.7300.46294.0657.7134.31
Hex80258A74902E1263a22
Octal2004521271110564467242
Binary100000001001011000101011110010010101110100100110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80258A; }

 p { color: rgb(128,37,138); }

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

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

 a { background-color: rgb(128,37,138); }

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

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

 span { border-color: rgb(128,37,138); }

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