#82509A

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

Shades of Affair #82509A

Tints of Affair #82509A

Color information

#82509A (or 0x82509A) is unknown color: approx Affair. HEX triplet: 82, 50 and 9A. RGB value is (130,80,154). Sum of RGB (Red+Green+Blue) = 130+80+154=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #82509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82509A is #7DAF65. Grayscale: #676767. Windows color (decimal): -8236902 or 10113154. OLE color: 10113154.

HSL color Cylindrical-coordinate representation of color #82509A: hue angle of 280.54º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82509A is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13080154-
CMYK0.160.4800.40
HSL280.54º31.62%45.88%-
HSV(B)280.54º48.05%60.39%-
XYZ17.9112.8232.1-
YUV103.39156.56146.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 154 (60.55% from 255) = 42.31%
R=35.71%
G=21.98%
B=42.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130801540.160.4800.40280.5431.6245.88
Hex82509A1030028119202e
Octal20212023220600504314056
Binary10000010101000010011010100001100000101000100011001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82509A; }

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

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

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

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

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

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

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

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