Html Css Color HEX #805389 Affair

📋 copy color: '#805389'

red 128 ◦ green 83 ◦ blue 137

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

Shades of Affair #805389

Tints of Affair #805389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.37%

R = 36.78%
G = 23.85%
B = 39.37%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#805389 (or 0x805389) is known color: Affair. HEX triplet: 80, 53 and 89. RGB value is (128,83,137). Sum of RGB (Red+Green+Blue) = 128+83+137=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #805389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805389 is #7FAC76. Grayscale: #666666. Windows color (decimal): -8367223 or 8999808. OLE color: 8999808.

HSL color Cylindrical-coordinate representation of color #805389: hue angle of 290º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #805389 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 83 137 -
CMYK 0.07 0.39 0 0.46
HSL 290º 0.25% 0.43% -
HSV(B) 290º 0.39% 0.54% -
XYZ 16.51 12.58 25.23 -
YUV 102.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 128 83 137 0.07 0.39 0 0.46 290 0.25 0.43
Hex 80 53 89 7 27 0 2E 122 19 2B
Octal 200 123 211 7 47 0 56 442 31 53
Binary 10000000 1010011 10001001 111 100111 0 101110 100100010 11001 101011

Color Harmonies of #805389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805389

Black with #805389

Text Example


Text Example

White with #805389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805389; }

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

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

background-color css

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

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

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

border-color css

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

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

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