Html Css Color HEX #805599 Affair

📋 copy color: '#805599'

red 128 ◦ green 85 ◦ blue 153

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

Shades of Affair #805599

Tints of Affair #805599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.8%

R = 34.97%
G = 23.22%
B = 41.8%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#805599 (or 0x805599) is known color: Affair. HEX triplet: 80, 55 and 99. RGB value is (128,85,153). Sum of RGB (Red+Green+Blue) = 128+85+153=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #805599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805599 is #7FAA66. Grayscale: #696969. Windows color (decimal): -8366695 or 10048896. OLE color: 10048896.

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

Color convert

RGB 128 85 153 -
CMYK 0.16 0.44 0 0.4
HSL 277.94º 0.29% 0.47% -
HSV(B) 277.94º 0.44% 0.6% -
XYZ 17.9 13.39 31.78 -
YUV 105.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 128 85 153 0.16 0.44 0 0.4 277.94 0.29 0.47
Hex 80 55 99 10 2C 0 28 116 1D 2F
Octal 200 125 231 20 54 0 50 426 35 57
Binary 10000000 1010101 10011001 10000 101100 0 101000 100010110 11101 101111

Color Harmonies of #805599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805599

Black with #805599

Text Example


Text Example

White with #805599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805599; }

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

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

background-color css

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

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

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

border-color css

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

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

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