Html Css Color HEX #804A95 Affair

📋 copy color: '#804A95'

red 128 ◦ green 74 ◦ blue 149

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

Shades of Affair #804A95

Tints of Affair #804A95

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.08%

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

R = 36.47%
G = 21.08%
B = 42.45%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#804A95 (or 0x804A95) is known color: Affair. HEX triplet: 80, 4A and 95. RGB value is (128,74,149). Sum of RGB (Red+Green+Blue) = 128+74+149=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #804A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804A95 is #7FB56A. Grayscale: #626262. Windows color (decimal): -8369515 or 9783936. OLE color: 9783936.

HSL color Cylindrical-coordinate representation of color #804A95: hue angle of 283.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804A95 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 74 149 -
CMYK 0.14 0.50 0 0.42
HSL 283.2º 0.34% 0.44% -
HSV(B) 283.2º 0.5% 0.58% -
XYZ 16.78 11.66 29.8 -
YUV 98.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 128 74 149 0.14 0.50 0 0.42 283.2 0.34 0.44
Hex 80 4A 95 E 32 0 2A 11B 22 2C
Octal 200 112 225 16 62 0 52 433 42 54
Binary 10000000 1001010 10010101 1110 110010 0 101010 100011011 100010 101100

Color Harmonies of #804A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A95

Black with #804A95

Text Example


Text Example

White with #804A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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