#80409E

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

Shades of Vivid Violet #80409E

Tints of Vivid Violet #80409E

Color information

#80409E (or 0x80409E) is unknown color: approx Vivid Violet. HEX triplet: 80, 40 and 9E. RGB value is (128,64,158). Sum of RGB (Red+Green+Blue) = 128+64+158=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #80409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80409E is #7FBF61. Grayscale: #5D5D5D. Windows color (decimal): -8372066 or 10371200. OLE color: 10371200.

HSL color Cylindrical-coordinate representation of color #80409E: hue angle of 280.85º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80409E is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12864158-
CMYK0.190.5900.38
HSL280.85º42.34%43.53%-
HSV(B)280.85º59.49%61.96%-
XYZ16.9110.7233.53-
YUV93.85164.2152.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.57%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 158 (62.11% from 255) = 45.14%
R=36.57%
G=18.29%
B=45.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128641580.190.5900.38280.8542.3443.53
Hex80409E133B0261192a2c
Octal20010023623730464315254
Binary10000000100000010011110100111110110100110100011001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80409E; }

 p { color: rgb(128,64,158); }

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

<style>
 a { background-color: #80409E; }

 a { background-color: rgb(128,64,158); }

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

<style>
 span { border-color: #80409E; }

 span { border-color: rgb(128,64,158); }

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