Html Css Color HEX #80588D Affair

📋 copy color: '#80588D'

red 128 ◦ green 88 ◦ blue 141

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

Shades of Affair #80588D

Tints of Affair #80588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

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

R = 35.85%
G = 24.65%
B = 39.5%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80588D (or 0x80588D) is known color: Affair. HEX triplet: 80, 58 and 8D. RGB value is (128,88,141). Sum of RGB (Red+Green+Blue) = 128+88+141=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #80588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80588D is #7FA772. Grayscale: #696969. Windows color (decimal): -8365939 or 9263232. OLE color: 9263232.

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

Color convert

RGB 128 88 141 -
CMYK 0.09 0.38 0 0.45
HSL 285.28º 0.23% 0.45% -
HSV(B) 285.28º 0.38% 0.55% -
XYZ 17.2 13.49 26.9 -
YUV 106 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 128 88 141 0.09 0.38 0 0.45 285.28 0.23 0.45
Hex 80 58 8D 9 26 0 2D 11D 17 2D
Octal 200 130 215 11 46 0 55 435 27 55
Binary 10000000 1011000 10001101 1001 100110 0 101101 100011101 10111 101101

Color Harmonies of #80588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80588D

Black with #80588D

Text Example


Text Example

White with #80588D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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