Html Css Color HEX #806090 Affair

📋 copy color: '#806090'

red 128 ◦ green 96 ◦ blue 144

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

Shades of Affair #806090

Tints of Affair #806090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

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

R = 34.78%
G = 26.09%
B = 39.13%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#806090 (or 0x806090) is known color: Affair. HEX triplet: 80, 60 and 90. RGB value is (128,96,144). Sum of RGB (Red+Green+Blue) = 128+96+144=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #806090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806090 is #7F9F6F. Grayscale: #6E6E6E. Windows color (decimal): -8363888 or 9461888. OLE color: 9461888.

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

Color convert

RGB 128 96 144 -
CMYK 0.11 0.33 0 0.44
HSL 280º 0.2% 0.47% -
HSV(B) 280º 0.33% 0.56% -
XYZ 18.12 14.97 28.32 -
YUV 111.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 128 96 144 0.11 0.33 0 0.44 280 0.2 0.47
Hex 80 60 90 B 21 0 2C 118 14 2F
Octal 200 140 220 13 41 0 54 430 24 57
Binary 10000000 1100000 10010000 1011 100001 0 101100 100011000 10100 101111

Color Harmonies of #806090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806090

Black with #806090

Text Example


Text Example

White with #806090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806090; }

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

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

background-color css

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

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

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

border-color css

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

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

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