#80158A

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

Shades of Purple #80158A

Tints of Purple #80158A

Color information

#80158A (or 0x80158A) is unknown color: approx Purple. HEX triplet: 80, 15 and 8A. RGB value is (128,21,138). Sum of RGB (Red+Green+Blue) = 128+21+138=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #80158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80158A is #7FEA75. Grayscale: #414141. Windows color (decimal): -8383094 or 9049472. OLE color: 9049472.

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

Color convert

RGB12821138-
CMYK0.070.8500.46
HSL294.87º73.58%31.18%-
HSV(B)294.87º84.78%54.12%-
XYZ13.766.9624.66-
YUV66.33168.45171.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=44.60%
G=7.32%
B=48.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128211380.070.8500.46294.8773.5831.18
Hex80158A75502E1274a1f
Octal20025212712505644711237
Binary10000000101011000101011110101010101110100100111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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