#825F8F

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

Shades of Affair #825F8F

Tints of Affair #825F8F

Color information

#825F8F (or 0x825F8F) is unknown color: approx Affair. HEX triplet: 82, 5F and 8F. RGB value is (130,95,143). Sum of RGB (Red+Green+Blue) = 130+95+143=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 143 - color contains mainly: blue. Hex color #825F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825F8F is #7DA070. Grayscale: #6E6E6E. Windows color (decimal): -8233073 or 9396098. OLE color: 9396098.

HSL color Cylindrical-coordinate representation of color #825F8F: hue angle of 283.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825F8F is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13095143-
CMYK0.090.3400.44
HSL283.75º20.17%46.67%-
HSV(B)283.75º33.57%56.08%-
XYZ18.2614.9127.9-
YUV110.94146.1141.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 95 (37.5% from 255) = 25.82%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=35.33%
G=25.82%
B=38.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130951430.090.3400.44283.7520.1746.67
Hex825F8F92202C11c142f
Octal20213721711420544342457
Binary100000101011111100011111001100010010110010001110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,95,143); }

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

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

 a { background-color: rgb(130,95,143); }

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

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

 span { border-color: rgb(130,95,143); }

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