#825C90

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

Shades of Affair #825C90

Tints of Affair #825C90

Color information

#825C90 (or 0x825C90) is unknown color: approx Affair. HEX triplet: 82, 5C and 90. RGB value is (130,92,144). Sum of RGB (Red+Green+Blue) = 130+92+144=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #825C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825C90 is #7DA36F. Grayscale: #6D6D6D. Windows color (decimal): -8233840 or 9460866. OLE color: 9460866.

HSL color Cylindrical-coordinate representation of color #825C90: hue angle of 283.85º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #825C90 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13092144-
CMYK0.100.3600.44
HSL283.85º22.03%46.27%-
HSV(B)283.85º36.11%56.47%-
XYZ18.0714.4128.22-
YUV109.29147.59142.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 144 (56.64% from 255) = 39.34%
R=35.52%
G=25.14%
B=39.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130921440.100.3600.44283.8522.0346.27
Hex825C90A2402C11c162e
Octal20213422012440544342656
Binary100000101011100100100001010100100010110010001110010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825C90; }

 p { color: rgb(130,92,144); }

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

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

 a { background-color: rgb(130,92,144); }

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

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

 span { border-color: rgb(130,92,144); }

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