#825095

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

Shades of Affair #825095

Tints of Affair #825095

Color information

#825095 (or 0x825095) is unknown color: approx Affair. HEX triplet: 82, 50 and 95. RGB value is (130,80,149). Sum of RGB (Red+Green+Blue) = 130+80+149=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #825095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825095 is #7DAF6A. Grayscale: #666666. Windows color (decimal): -8236907 or 9785474. OLE color: 9785474.

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

Color convert

RGB13080149-
CMYK0.130.4600.42
HSL283.48º30.13%44.9%-
HSV(B)283.48º46.31%58.43%-
XYZ17.512.6529.95-
YUV102.82154.06147.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=36.21%
G=22.28%
B=41.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130801490.130.4600.42283.4830.1344.9
Hex825095D2E02A11b1e2d
Octal20212022515560524333655
Binary100000101010000100101011101101110010101010001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825095; }

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

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

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

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

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

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

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

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