#825396

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

Shades of Affair #825396

Tints of Affair #825396

Color information

#825396 (or 0x825396) is unknown color: approx Affair. HEX triplet: 82, 53 and 96. RGB value is (130,83,150). Sum of RGB (Red+Green+Blue) = 130+83+150=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #825396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825396 is #7DAC69. Grayscale: #686868. Windows color (decimal): -8236138 or 9851778. OLE color: 9851778.

HSL color Cylindrical-coordinate representation of color #825396: hue angle of 282.09º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #825396 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13083150-
CMYK0.130.4500.41
HSL282.09º28.76%45.69%-
HSV(B)282.09º44.67%58.82%-
XYZ17.813.1330.45-
YUV104.69153.57146.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=35.81%
G=22.87%
B=41.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130831500.130.4500.41282.0928.7645.69
Hex825396D2D02911a1d2e
Octal20212322615550514323556
Binary100000101010011100101101101101101010100110001101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825396; }

 p { color: rgb(130,83,150); }

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

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

 a { background-color: rgb(130,83,150); }

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

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

 span { border-color: rgb(130,83,150); }

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