Html Css Color HEX #80598D Affair

📋 copy color: '#80598D'

red 128 ◦ green 89 ◦ blue 141

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

Shades of Affair #80598D

Tints of Affair #80598D

RGB

 RED value IS 128 (50.39% from 255) = 35.75%

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

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

R = 35.75%
G = 24.86%
B = 39.39%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80598D (or 0x80598D) is known color: Affair. HEX triplet: 80, 59 and 8D. RGB value is (128,89,141). Sum of RGB (Red+Green+Blue) = 128+89+141=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #80598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80598D is #7FA672. Grayscale: #6A6A6A. Windows color (decimal): -8365683 or 9263488. OLE color: 9263488.

HSL color Cylindrical-coordinate representation of color #80598D: hue angle of 285º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80598D is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 89 141 -
CMYK 0.09 0.37 0 0.45
HSL 285º 0.23% 0.45% -
HSV(B) 285º 0.37% 0.55% -
XYZ 17.28 13.66 26.92 -
YUV 106.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 128 89 141 0.09 0.37 0 0.45 285 0.23 0.45
Hex 80 59 8D 9 25 0 2D 11D 17 2D
Octal 200 131 215 11 45 0 55 435 27 55
Binary 10000000 1011001 10001101 1001 100101 0 101101 100011101 10111 101101

Color Harmonies of #80598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80598D

Black with #80598D

Text Example


Text Example

White with #80598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,89,141); }

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

background-color css

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

 a { background-color: rgb(128,89,141); }

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

border-color css

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

 span { border-color: rgb(128,89,141); }

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