Html Css Color HEX #80598C Affair

📋 copy color: '#80598C'

red 128 ◦ green 89 ◦ blue 140

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

Shades of Affair #80598C

Tints of Affair #80598C

RGB

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

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

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

R = 35.85%
G = 24.93%
B = 39.22%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80598C (or 0x80598C) is known color: Affair. HEX triplet: 80, 59 and 8C. RGB value is (128,89,140). Sum of RGB (Red+Green+Blue) = 128+89+140=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #80598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80598C is #7FA673. Grayscale: #6A6A6A. Windows color (decimal): -8365684 or 9197952. OLE color: 9197952.

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

Color convert

RGB 128 89 140 -
CMYK 0.09 0.36 0 0.45
HSL 285.88º 0.22% 0.45% -
HSV(B) 285.88º 0.36% 0.55% -
XYZ 17.21 13.63 26.53 -
YUV 106.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 128 89 140 0.09 0.36 0 0.45 285.88 0.22 0.45
Hex 80 59 8C 9 24 0 2D 11E 16 2D
Octal 200 131 214 11 44 0 55 436 26 55
Binary 10000000 1011001 10001100 1001 100100 0 101101 100011110 10110 101101

Color Harmonies of #80598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80598C

Black with #80598C

Text Example


Text Example

White with #80598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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