Html Css Color HEX #82508C Affair

📋 copy color: '#82508C'

red 130 ◦ green 80 ◦ blue 140

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

Shades of Affair #82508C

Tints of Affair #82508C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

 BLUE value IS 140 (55.08% from 255) = 40%

R = 37.14%
G = 22.86%
B = 40%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82508C (or 0x82508C) is known color: Affair. HEX triplet: 82, 50 and 8C. RGB value is (130,80,140). Sum of RGB (Red+Green+Blue) = 130+80+140=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #82508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82508C is #7DAF73. Grayscale: #656565. Windows color (decimal): -8236916 or 9195650. OLE color: 9195650.

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

Color convert

RGB 130 80 140 -
CMYK 0.07 0.43 0 0.45
HSL 290º 0.27% 0.43% -
HSV(B) 290º 0.43% 0.55% -
XYZ 16.81 12.38 26.31 -
YUV 101.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 130 80 140 0.07 0.43 0 0.45 290 0.27 0.43
Hex 82 50 8C 7 2B 0 2D 122 1B 2B
Octal 202 120 214 7 53 0 55 442 33 53
Binary 10000010 1010000 10001100 111 101011 0 101101 100100010 11011 101011

Color Harmonies of #82508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82508C

Black with #82508C

Text Example


Text Example

White with #82508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82508C;
 }
 .AnyTagClassName
 {
   color: #82508C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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