#80458B

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

Shades of Vivid Violet #80458B

Tints of Vivid Violet #80458B

Color information

#80458B (or 0x80458B) is unknown color: approx Vivid Violet. HEX triplet: 80, 45 and 8B. RGB value is (128,69,139). Sum of RGB (Red+Green+Blue) = 128+69+139=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #80458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80458B is #7FBA74. Grayscale: #5E5E5E. Windows color (decimal): -8370805 or 9127296. OLE color: 9127296.

HSL color Cylindrical-coordinate representation of color #80458B: hue angle of 290.57º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80458B is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12869139-
CMYK0.080.5000.45
HSL290.57º33.65%40.78%-
HSV(B)290.57º50.36%54.51%-
XYZ15.6910.7125.67-
YUV94.62153.05151.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.10%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 139 (54.69% from 255) = 41.37%
R=38.10%
G=20.54%
B=41.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128691390.080.5000.45290.5733.6540.78
Hex80458B83202D1232229
Octal20010521310620554434251
Binary1000000010001011000101110001100100101101100100011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80458B; }

 p { color: rgb(128,69,139); }

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

<style>
 a { background-color: #80458B; }

 a { background-color: rgb(128,69,139); }

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

<style>
 span { border-color: #80458B; }

 span { border-color: rgb(128,69,139); }

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