#825C95

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

Shades of Affair #825C95

Tints of Affair #825C95

Color information

#825C95 (or 0x825C95) is unknown color: approx Affair. HEX triplet: 82, 5C and 95. RGB value is (130,92,149). Sum of RGB (Red+Green+Blue) = 130+92+149=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #825C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825C95 is #7DA36A. Grayscale: #6D6D6D. Windows color (decimal): -8233835 or 9788546. OLE color: 9788546.

HSL color Cylindrical-coordinate representation of color #825C95: hue angle of 280º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825C95 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13092149-
CMYK0.130.3800.42
HSL280º23.65%47.25%-
HSV(B)280º38.26%58.43%-
XYZ18.4614.5730.27-
YUV109.86150.09142.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=35.04%
G=24.80%
B=40.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130921490.130.3800.4228023.6547.25
Hex825C95D2602A118182f
Octal20213422515460524303057
Binary100000101011100100101011101100110010101010001100011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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