Html Css Color HEX #805390 Affair

📋 copy color: '#805390'

red 128 ◦ green 83 ◦ blue 144

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

Shades of Affair #805390

Tints of Affair #805390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

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

R = 36.06%
G = 23.38%
B = 40.56%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#805390 (or 0x805390) is known color: Affair. HEX triplet: 80, 53 and 90. RGB value is (128,83,144). Sum of RGB (Red+Green+Blue) = 128+83+144=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #805390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805390 is #7FAC6F. Grayscale: #676767. Windows color (decimal): -8367216 or 9458560. OLE color: 9458560.

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

Color convert

RGB 128 83 144 -
CMYK 0.11 0.42 0 0.44
HSL 284.26º 0.27% 0.45% -
HSV(B) 284.26º 0.42% 0.56% -
XYZ 17.03 12.79 27.96 -
YUV 103.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 128 83 144 0.11 0.42 0 0.44 284.26 0.27 0.45
Hex 80 53 90 B 2A 0 2C 11C 1B 2D
Octal 200 123 220 13 52 0 54 434 33 55
Binary 10000000 1010011 10010000 1011 101010 0 101100 100011100 11011 101101

Color Harmonies of #805390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805390

Black with #805390

Text Example


Text Example

White with #805390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805390; }

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

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

background-color css

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

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

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

border-color css

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

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

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