#80608D

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

Shades of Affair #80608D

Tints of Affair #80608D

Color information

#80608D (or 0x80608D) is unknown color: approx Affair. HEX triplet: 80, 60 and 8D. RGB value is (128,96,141). Sum of RGB (Red+Green+Blue) = 128+96+141=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #80608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80608D is #7F9F72. Grayscale: #6E6E6E. Windows color (decimal): -8363891 or 9265280. OLE color: 9265280.

HSL color Cylindrical-coordinate representation of color #80608D: hue angle of 282.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80608D is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12896141-
CMYK0.090.3200.45
HSL282.67º18.99%46.47%-
HSV(B)282.67º31.91%55.29%-
XYZ17.8914.8827.13-
YUV110.7145.1140.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 141 (55.47% from 255) = 38.63%
R=35.07%
G=26.30%
B=38.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128961410.090.3200.45282.6718.9946.47
Hex80608D92002D11b132e
Octal20014021511400554332356
Binary100000001100000100011011001100000010110110001101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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