#825494

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

Shades of Affair #825494

Tints of Affair #825494

Color information

#825494 (or 0x825494) is unknown color: approx Affair. HEX triplet: 82, 54 and 94. RGB value is (130,84,148). Sum of RGB (Red+Green+Blue) = 130+84+148=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #825494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825494 is #7DAB6B. Grayscale: #686868. Windows color (decimal): -8235884 or 9720962. OLE color: 9720962.

HSL color Cylindrical-coordinate representation of color #825494: hue angle of 283.12º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #825494 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13084148-
CMYK0.120.4300.42
HSL283.12º27.59%45.49%-
HSV(B)283.12º43.24%58.04%-
XYZ17.7213.2229.64-
YUV105.05152.24145.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=35.91%
G=23.20%
B=40.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130841480.120.4300.42283.1227.5945.49
Hex825494C2B02A11b1c2d
Octal20212422414530524333455
Binary100000101010100100101001100101011010101010001101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825494; }

 p { color: rgb(130,84,148); }

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

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

 a { background-color: rgb(130,84,148); }

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

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

 span { border-color: rgb(130,84,148); }

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