#80468A

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

Shades of Vivid Violet #80468A

Tints of Vivid Violet #80468A

Color information

#80468A (or 0x80468A) is unknown color: approx Vivid Violet. HEX triplet: 80, 46 and 8A. RGB value is (128,70,138). Sum of RGB (Red+Green+Blue) = 128+70+138=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #80468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80468A is #7FB975. Grayscale: #5E5E5E. Windows color (decimal): -8370550 or 9062016. OLE color: 9062016.

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

Color convert

RGB12870138-
CMYK0.070.4900.46
HSL291.18º32.69%40.78%-
HSV(B)291.18º49.28%54.12%-
XYZ15.6810.825.3-
YUV95.09152.22151.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.10%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=38.10%
G=20.83%
B=41.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128701380.070.4900.46291.1832.6940.78
Hex80468A73102E1232129
Octal2001062127610564434151
Binary100000001000110100010101111100010101110100100011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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