Html Css Color HEX #805595 Affair

📋 copy color: '#805595'

red 128 ◦ green 85 ◦ blue 149

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

Shades of Affair #805595

Tints of Affair #805595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.48%

 BLUE value IS 149 (58.59% from 255) = 41.16%

R = 35.36%
G = 23.48%
B = 41.16%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#805595 (or 0x805595) is known color: Affair. HEX triplet: 80, 55 and 95. RGB value is (128,85,149). Sum of RGB (Red+Green+Blue) = 128+85+149=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #805595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805595 is #7FAA6A. Grayscale: #686868. Windows color (decimal): -8366699 or 9786752. OLE color: 9786752.

HSL color Cylindrical-coordinate representation of color #805595: hue angle of 280.31º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #805595 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 85 149 -
CMYK 0.14 0.43 0 0.42
HSL 280.31º 0.27% 0.46% -
HSV(B) 280.31º 0.43% 0.58% -
XYZ 17.58 13.26 30.07 -
YUV 105.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 128 85 149 0.14 0.43 0 0.42 280.31 0.27 0.46
Hex 80 55 95 E 2B 0 2A 118 1B 2E
Octal 200 125 225 16 53 0 52 430 33 56
Binary 10000000 1010101 10010101 1110 101011 0 101010 100011000 11011 101110

Color Harmonies of #805595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805595

Black with #805595

Text Example


Text Example

White with #805595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805595; }

 p { color: rgb(128,85,149); }

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

background-color css

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

 a { background-color: rgb(128,85,149); }

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

border-color css

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

 span { border-color: rgb(128,85,149); }

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