Html Css Color HEX #805090 Affair

📋 copy color: '#805090'

red 128 ◦ green 80 ◦ blue 144

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

Shades of Affair #805090

Tints of Affair #805090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 36.36%
G = 22.73%
B = 40.91%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#805090 (or 0x805090) is known color: Affair. HEX triplet: 80, 50 and 90. RGB value is (128,80,144). Sum of RGB (Red+Green+Blue) = 128+80+144=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #805090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805090 is #7FAF6F. Grayscale: #656565. Windows color (decimal): -8367984 or 9457792. OLE color: 9457792.

HSL color Cylindrical-coordinate representation of color #805090: hue angle of 285º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #805090 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 80 144 -
CMYK 0.11 0.44 0 0.44
HSL 285º 0.29% 0.44% -
HSV(B) 285º 0.44% 0.56% -
XYZ 16.8 12.34 27.88 -
YUV 101.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 128 80 144 0.11 0.44 0 0.44 285 0.29 0.44
Hex 80 50 90 B 2C 0 2C 11D 1D 2C
Octal 200 120 220 13 54 0 54 435 35 54
Binary 10000000 1010000 10010000 1011 101100 0 101100 100011101 11101 101100

Color Harmonies of #805090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805090

Black with #805090

Text Example


Text Example

White with #805090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805090; }

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

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

background-color css

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

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

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

border-color css

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

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

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