#80388A

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

Shades of Vivid Violet #80388A

Tints of Vivid Violet #80388A

Color information

#80388A (or 0x80388A) is unknown color: approx Vivid Violet. HEX triplet: 80, 38 and 8A. RGB value is (128,56,138). Sum of RGB (Red+Green+Blue) = 128+56+138=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #80388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80388A is #7FC775. Grayscale: #565656. Windows color (decimal): -8374134 or 9058432. OLE color: 9058432.

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

Color convert

RGB12856138-
CMYK0.070.5900.46
HSL292.68º42.27%38.04%-
HSV(B)292.68º59.42%54.12%-
XYZ14.99.2525.05-
YUV86.88156.85157.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.75%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 138 (54.30% from 255) = 42.86%
R=39.75%
G=17.39%
B=42.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128561380.070.5900.46292.6842.2738.04
Hex80388A73B02E1252a26
Octal200702127730564455246
Binary10000000111000100010101111110110101110100100101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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