#825096

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

Shades of Affair #825096

Tints of Affair #825096

Color information

#825096 (or 0x825096) is unknown color: approx Affair. HEX triplet: 82, 50 and 96. RGB value is (130,80,150). Sum of RGB (Red+Green+Blue) = 130+80+150=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #825096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825096 is #7DAF69. Grayscale: #666666. Windows color (decimal): -8236906 or 9851010. OLE color: 9851010.

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

Color convert

RGB13080150-
CMYK0.130.4700.41
HSL282.86º30.43%45.1%-
HSV(B)282.86º46.67%58.82%-
XYZ17.5812.6930.38-
YUV102.93154.56147.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 150 (58.98% from 255) = 41.67%
R=36.11%
G=22.22%
B=41.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130801500.130.4700.41282.8630.4345.1
Hex825096D2F02911b1e2d
Octal20212022615570514333655
Binary100000101010000100101101101101111010100110001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825096; }

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

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

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

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

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

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

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

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