Html Css Color HEX #805299 Affair

📋 copy color: '#805299'

red 128 ◦ green 82 ◦ blue 153

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

Shades of Affair #805299

Tints of Affair #805299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

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

R = 35.26%
G = 22.59%
B = 42.15%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#805299 (or 0x805299) is known color: Affair. HEX triplet: 80, 52 and 99. RGB value is (128,82,153). Sum of RGB (Red+Green+Blue) = 128+82+153=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #805299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805299 is #7FAD66. Grayscale: #676767. Windows color (decimal): -8367463 or 10048128. OLE color: 10048128.

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

Color convert

RGB 128 82 153 -
CMYK 0.16 0.46 0 0.4
HSL 278.87º 0.3% 0.46% -
HSV(B) 278.87º 0.46% 0.6% -
XYZ 17.67 12.92 31.7 -
YUV 103.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 128 82 153 0.16 0.46 0 0.4 278.87 0.3 0.46
Hex 80 52 99 10 2E 0 28 117 1E 2E
Octal 200 122 231 20 56 0 50 427 36 56
Binary 10000000 1010010 10011001 10000 101110 0 101000 100010111 11110 101110

Color Harmonies of #805299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805299

Black with #805299

Text Example


Text Example

White with #805299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805299; }

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

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

background-color css

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

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

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

border-color css

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

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

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