Html Css Color HEX #82518D Affair

📋 copy color: '#82518D'

red 130 ◦ green 81 ◦ blue 141

#82518D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #82518D

Tints of Affair #82518D

RGB

 RED value IS 130 (51.17% from 255) = 36.93%

 GREEN value IS 81 (32.03% from 255) = 23.01%

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 36.93%
G = 23.01%
B = 40.06%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82518D (or 0x82518D) is known color: Affair. HEX triplet: 82, 51 and 8D. RGB value is (130,81,141). Sum of RGB (Red+Green+Blue) = 130+81+141=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #82518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82518D is #7DAE72. Grayscale: #666666. Windows color (decimal): -8236659 or 9261442. OLE color: 9261442.

HSL color Cylindrical-coordinate representation of color #82518D: hue angle of 289º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82518D is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 81 141 -
CMYK 0.08 0.43 0 0.45
HSL 289º 0.27% 0.44% -
HSV(B) 289º 0.43% 0.55% -
XYZ 16.96 12.55 26.73 -
YUV 102.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 130 81 141 0.08 0.43 0 0.45 289 0.27 0.44
Hex 82 51 8D 8 2B 0 2D 121 1B 2C
Octal 202 121 215 10 53 0 55 441 33 54
Binary 10000010 1010001 10001101 1000 101011 0 101101 100100001 11011 101100

Color Harmonies of #82518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82518D

Black with #82518D

Text Example


Text Example

White with #82518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82518D; }

 p { color: rgb(130,81,141); }

 H1.HeaderClassName
 {
   color: #82518D;
 }
 .AnyTagClassName
 {
   color: #82518D;
 }
</style>

background-color css

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

 a { background-color: rgb(130,81,141); }

 div.DivClassName
 {
   background-color: #82518D;
 }
 .BgClassName
 {
   background-color: #82518D;
 }
</style>

border-color css

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

 span { border-color: rgb(130,81,141); }

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