#80018A

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

Shades of Purple #80018A

Tints of Purple #80018A

Color information

#80018A (or 0x80018A) is unknown color: approx Purple. HEX triplet: 80, 01 and 8A. RGB value is (128,1,138). Sum of RGB (Red+Green+Blue) = 128+1+138=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #80018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80018A is #7FFE75. Grayscale: #363636. Windows color (decimal): -8388214 or 9044352. OLE color: 9044352.

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

Color convert

RGB1281138-
CMYK0.070.9900.46
HSL295.62º98.56%27.25%-
HSV(B)295.62º99.28%54.12%-
XYZ13.56.4524.58-
YUV54.59175.08180.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 138 (54.30% from 255) = 51.69%
R=47.94%
G=0.37%
B=51.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12811380.070.9900.46295.6298.5627.25
Hex8018A76302E128631b
Octal2001212714305645014333
Binary1000000011000101011111000110101110100101000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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