#825D8E

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

Shades of Affair #825D8E

Tints of Affair #825D8E

Color information

#825D8E (or 0x825D8E) is unknown color: approx Affair. HEX triplet: 82, 5D and 8E. RGB value is (130,93,142). Sum of RGB (Red+Green+Blue) = 130+93+142=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #825D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825D8E is #7DA271. Grayscale: #6D6D6D. Windows color (decimal): -8233586 or 9330050. OLE color: 9330050.

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

Color convert

RGB13093142-
CMYK0.080.3500.44
HSL285.31º20.85%46.08%-
HSV(B)285.31º34.51%55.69%-
XYZ1814.5327.45-
YUV109.65146.26142.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=35.62%
G=25.48%
B=38.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130931420.080.3500.44285.3120.8546.08
Hex825D8E82302C11d152e
Octal20213521610430544352556
Binary100000101011101100011101000100011010110010001110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,93,142); }

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

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

 a { background-color: rgb(130,93,142); }

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

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

 span { border-color: rgb(130,93,142); }

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