#80608A

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

Shades of Affair #80608A

Tints of Affair #80608A

Color information

#80608A (or 0x80608A) is unknown color: approx Affair. HEX triplet: 80, 60 and 8A. RGB value is (128,96,138). Sum of RGB (Red+Green+Blue) = 128+96+138=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 138 - color contains mainly: blue. Hex color #80608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80608A is #7F9F75. Grayscale: #6E6E6E. Windows color (decimal): -8363894 or 9068672. OLE color: 9068672.

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

Color convert

RGB12896138-
CMYK0.070.3000.46
HSL285.71º17.95%45.88%-
HSV(B)285.71º30.43%54.12%-
XYZ17.6714.7925.97-
YUV110.36143.6140.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=35.36%
G=26.52%
B=38.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128961380.070.3000.46285.7117.9545.88
Hex80608A71E02E11e122e
Octal2001402127360564362256
Binary1000000011000001000101011111110010111010001111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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