#80448D

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

Shades of Vivid Violet #80448D

Tints of Vivid Violet #80448D

Color information

#80448D (or 0x80448D) is unknown color: approx Vivid Violet. HEX triplet: 80, 44 and 8D. RGB value is (128,68,141). Sum of RGB (Red+Green+Blue) = 128+68+141=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #80448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80448D is #7FBB72. Grayscale: #5E5E5E. Windows color (decimal): -8371059 or 9258112. OLE color: 9258112.

HSL color Cylindrical-coordinate representation of color #80448D: hue angle of 289.32º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80448D is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12868141-
CMYK0.090.5200.45
HSL289.32º34.93%40.98%-
HSV(B)289.32º51.77%55.29%-
XYZ15.7810.6526.42-
YUV94.26154.38152.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 141 (55.47% from 255) = 41.84%
R=37.98%
G=20.18%
B=41.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128681410.090.5200.45289.3234.9340.98
Hex80448D93402D1212329
Octal20010421511640554414351
Binary1000000010001001000110110011101000101101100100001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,68,141); }

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

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

 a { background-color: rgb(128,68,141); }

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

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

 span { border-color: rgb(128,68,141); }

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