Html Css Color HEX #80618D Affair

📋 copy color: '#80618D'

red 128 ◦ green 97 ◦ blue 141

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

Shades of Affair #80618D

Tints of Affair #80618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.5%

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

R = 34.97%
G = 26.5%
B = 38.52%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80618D (or 0x80618D) is known color: Affair. HEX triplet: 80, 61 and 8D. RGB value is (128,97,141). Sum of RGB (Red+Green+Blue) = 128+97+141=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #80618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80618D is #7F9E72. Grayscale: #6F6F6F. Windows color (decimal): -8363635 or 9265536. OLE color: 9265536.

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

Color convert

RGB 128 97 141 -
CMYK 0.09 0.31 0 0.45
HSL 282.27º 0.18% 0.47% -
HSV(B) 282.27º 0.31% 0.55% -
XYZ 17.98 15.06 27.16 -
YUV 111.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 128 97 141 0.09 0.31 0 0.45 282.27 0.18 0.47
Hex 80 61 8D 9 1F 0 2D 11A 12 2F
Octal 200 141 215 11 37 0 55 432 22 57
Binary 10000000 1100001 10001101 1001 11111 0 101101 100011010 10010 101111

Color Harmonies of #80618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80618D

Black with #80618D

Text Example


Text Example

White with #80618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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