#825091

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

Shades of Affair #825091

Tints of Affair #825091

Color information

#825091 (or 0x825091) is unknown color: approx Affair. HEX triplet: 82, 50 and 91. RGB value is (130,80,145). Sum of RGB (Red+Green+Blue) = 130+80+145=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 145 - color contains mainly: blue. Hex color #825091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825091 is #7DAF6E. Grayscale: #666666. Windows color (decimal): -8236911 or 9523330. OLE color: 9523330.

HSL color Cylindrical-coordinate representation of color #825091: hue angle of 286.15º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #825091 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13080145-
CMYK0.100.4500.43
HSL286.15º28.89%44.12%-
HSV(B)286.15º44.83%56.86%-
XYZ17.1912.5328.3-
YUV102.36152.06147.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 145 (57.03% from 255) = 40.85%
R=36.62%
G=22.54%
B=40.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130801450.100.4500.43286.1528.8944.12
Hex825091A2D02B11e1d2c
Octal20212022112550534363554
Binary100000101010000100100011010101101010101110001111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825091; }

 p { color: rgb(130,80,145); }

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

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

 a { background-color: rgb(130,80,145); }

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

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

 span { border-color: rgb(130,80,145); }

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