#825092

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

Shades of Affair #825092

Tints of Affair #825092

Color information

#825092 (or 0x825092) is unknown color: approx Affair. HEX triplet: 82, 50 and 92. RGB value is (130,80,146). Sum of RGB (Red+Green+Blue) = 130+80+146=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #825092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825092 is #7DAF6D. Grayscale: #666666. Windows color (decimal): -8236910 or 9588866. OLE color: 9588866.

HSL color Cylindrical-coordinate representation of color #825092: hue angle of 285.45º 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 #825092 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13080146-
CMYK0.110.4500.43
HSL285.45º29.2%44.31%-
HSV(B)285.45º45.21%57.25%-
XYZ17.2612.5628.71-
YUV102.47152.56147.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 146 (57.42% from 255) = 41.01%
R=36.52%
G=22.47%
B=41.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130801460.110.4500.43285.4529.244.31
Hex825092B2D02B11d1d2c
Octal20212022213550534353554
Binary100000101010000100100101011101101010101110001110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825092; }

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

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

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

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

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

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

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

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