Html Css Color HEX #82598E Affair

📋 copy color: '#82598E'

red 130 ◦ green 89 ◦ blue 142

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

Shades of Affair #82598E

Tints of Affair #82598E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.65%

 BLUE value IS 142 (55.86% from 255) = 39.34%

R = 36.01%
G = 24.65%
B = 39.34%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82598E (or 0x82598E) is known color: Affair. HEX triplet: 82, 59 and 8E. RGB value is (130,89,142). Sum of RGB (Red+Green+Blue) = 130+89+142=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #82598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82598E is #7DA671. Grayscale: #6B6B6B. Windows color (decimal): -8234610 or 9329026. OLE color: 9329026.

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

Color convert

RGB 130 89 142 -
CMYK 0.08 0.37 0 0.44
HSL 286.42º 0.23% 0.45% -
HSV(B) 286.42º 0.37% 0.56% -
XYZ 17.66 13.84 27.33 -
YUV 107.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 130 89 142 0.08 0.37 0 0.44 286.42 0.23 0.45
Hex 82 59 8E 8 25 0 2C 11E 17 2D
Octal 202 131 216 10 45 0 54 436 27 55
Binary 10000010 1011001 10001110 1000 100101 0 101100 100011110 10111 101101

Color Harmonies of #82598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82598E

Black with #82598E

Text Example


Text Example

White with #82598E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82598E;
 }
 .AnyTagClassName
 {
   color: #82598E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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