#826095

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

Shades of Affair #826095

Tints of Affair #826095

Color information

#826095 (or 0x826095) is unknown color: approx Affair. HEX triplet: 82, 60 and 95. RGB value is (130,96,149). Sum of RGB (Red+Green+Blue) = 130+96+149=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #826095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826095 is #7D9F6A. Grayscale: #707070. Windows color (decimal): -8232811 or 9789570. OLE color: 9789570.

HSL color Cylindrical-coordinate representation of color #826095: hue angle of 278.49º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #826095 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13096149-
CMYK0.130.3600.42
HSL278.49º21.63%48.04%-
HSV(B)278.49º35.57%58.43%-
XYZ18.8115.2830.39-
YUV112.21148.76140.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=34.67%
G=25.6%
B=39.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130961490.130.3600.42278.4921.6348.04
Hex826095D2402A1161630
Octal20214022515440524262660
Binary100000101100000100101011101100100010101010001011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826095; }

 p { color: rgb(130,96,149); }

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

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

 a { background-color: rgb(130,96,149); }

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

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

 span { border-color: rgb(130,96,149); }

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