Html Css Color HEX #805199 Affair

📋 copy color: '#805199'

red 128 ◦ green 81 ◦ blue 153

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

Shades of Affair #805199

Tints of Affair #805199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.38%

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

R = 35.36%
G = 22.38%
B = 42.27%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#805199 (or 0x805199) is known color: Affair. HEX triplet: 80, 51 and 99. RGB value is (128,81,153). Sum of RGB (Red+Green+Blue) = 128+81+153=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #805199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805199 is #7FAE66. Grayscale: #676767. Windows color (decimal): -8367719 or 10047872. OLE color: 10047872.

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

Color convert

RGB 128 81 153 -
CMYK 0.16 0.47 0 0.4
HSL 279.17º 0.31% 0.46% -
HSV(B) 279.17º 0.47% 0.6% -
XYZ 17.59 12.77 31.68 -
YUV 103.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 128 81 153 0.16 0.47 0 0.4 279.17 0.31 0.46
Hex 80 51 99 10 2F 0 28 117 1F 2E
Octal 200 121 231 20 57 0 50 427 37 56
Binary 10000000 1010001 10011001 10000 101111 0 101000 100010111 11111 101110

Color Harmonies of #805199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805199

Black with #805199

Text Example


Text Example

White with #805199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805199; }

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

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

background-color css

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

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

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

border-color css

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

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

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