Html Css Color HEX #80508B Affair

📋 copy color: '#80508B'

red 128 ◦ green 80 ◦ blue 139

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

Shades of Affair #80508B

Tints of Affair #80508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.05%

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 36.89%
G = 23.05%
B = 40.06%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80508B (or 0x80508B) is known color: Affair. HEX triplet: 80, 50 and 8B. RGB value is (128,80,139). Sum of RGB (Red+Green+Blue) = 128+80+139=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #80508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80508B is #7FAF74. Grayscale: #646464. Windows color (decimal): -8367989 or 9130112. OLE color: 9130112.

HSL color Cylindrical-coordinate representation of color #80508B: hue angle of 288.81º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80508B is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 80 139 -
CMYK 0.08 0.42 0 0.45
HSL 288.81º 0.27% 0.43% -
HSV(B) 288.81º 0.42% 0.55% -
XYZ 16.43 12.19 25.91 -
YUV 101.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 128 80 139 0.08 0.42 0 0.45 288.81 0.27 0.43
Hex 80 50 8B 8 2A 0 2D 121 1B 2B
Octal 200 120 213 10 52 0 55 441 33 53
Binary 10000000 1010000 10001011 1000 101010 0 101101 100100001 11011 101011

Color Harmonies of #80508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80508B

Black with #80508B

Text Example


Text Example

White with #80508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80508B; }

 p { color: rgb(128,80,139); }

 H1.HeaderClassName
 {
   color: #80508B;
 }
 .AnyTagClassName
 {
   color: #80508B;
 }
</style>

background-color css

<style>
 a { background-color: #80508B; }

 a { background-color: rgb(128,80,139); }

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

border-color css

<style>
 span { border-color: #80508B; }

 span { border-color: rgb(128,80,139); }

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