#80388E

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

Shades of Vivid Violet #80388E

Tints of Vivid Violet #80388E

Color information

#80388E (or 0x80388E) is unknown color: approx Vivid Violet. HEX triplet: 80, 38 and 8E. RGB value is (128,56,142). Sum of RGB (Red+Green+Blue) = 128+56+142=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #80388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80388E is #7FC771. Grayscale: #575757. Windows color (decimal): -8374130 or 9320576. OLE color: 9320576.

HSL color Cylindrical-coordinate representation of color #80388E: hue angle of 290.23º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80388E is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12856142-
CMYK0.100.6100.44
HSL290.23º43.43%38.82%-
HSV(B)290.23º60.56%55.69%-
XYZ15.29.3726.6-
YUV87.33158.85157.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=39.26%
G=17.18%
B=43.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128561420.100.6100.44290.2343.4338.82
Hex80388EA3D02C1222b27
Octal2007021612750544425347
Binary100000001110001000111010101111010101100100100010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,56,142); }

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

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

 a { background-color: rgb(128,56,142); }

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

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

 span { border-color: rgb(128,56,142); }

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