#82508E

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

Shades of Affair #82508E

Tints of Affair #82508E

Color information

#82508E (or 0x82508E) is unknown color: approx Affair. HEX triplet: 82, 50 and 8E. RGB value is (130,80,142). Sum of RGB (Red+Green+Blue) = 130+80+142=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #82508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82508E is #7DAF71. Grayscale: #656565. Windows color (decimal): -8236914 or 9326722. OLE color: 9326722.

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

Color convert

RGB13080142-
CMYK0.080.4400.44
HSL288.39º27.93%43.53%-
HSV(B)288.39º43.66%55.69%-
XYZ16.9612.4427.1-
YUV102.02150.56147.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=36.93%
G=22.73%
B=40.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130801420.080.4400.44288.3927.9343.53
Hex82508E82C02C1201c2c
Octal20212021610540544403454
Binary100000101010000100011101000101100010110010010000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82508E; }

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

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

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

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

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

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

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

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