#806196

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

Shades of Affair #806196

Tints of Affair #806196

Color information

#806196 (or 0x806196) is unknown color: approx Affair. HEX triplet: 80, 61 and 96. RGB value is (128,97,150). Sum of RGB (Red+Green+Blue) = 128+97+150=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #806196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806196 is #7F9E69. Grayscale: #707070. Windows color (decimal): -8363626 or 9855360. OLE color: 9855360.

HSL color Cylindrical-coordinate representation of color #806196: hue angle of 275.09º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #806196 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12897150-
CMYK0.150.3500.41
HSL275.09º21.46%48.43%-
HSV(B)275.09º35.33%58.82%-
XYZ18.6815.3430.83-
YUV112.31149.27139.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.13%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 150 (58.98% from 255) = 40%
R=34.13%
G=25.87%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128971500.150.3500.41275.0921.4648.43
Hex806196F230291131530
Octal20014122617430514232560
Binary100000001100001100101101111100011010100110001001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806196; }

 p { color: rgb(128,97,150); }

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

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

 a { background-color: rgb(128,97,150); }

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

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

 span { border-color: rgb(128,97,150); }

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