Html Css Color HEX #804A85 Trendy Pink

📋 copy color: '#804A85'

red 128 ◦ green 74 ◦ blue 133

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

Shades of Trendy Pink #804A85

Tints of Trendy Pink #804A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 38.21%
G = 22.09%
B = 39.7%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#804A85 (or 0x804A85) is known color: Trendy Pink. HEX triplet: 80, 4A and 85. RGB value is (128,74,133). Sum of RGB (Red+Green+Blue) = 128+74+133=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #804A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804A85 is #7FB57A. Grayscale: #606060. Windows color (decimal): -8369531 or 8735360. OLE color: 8735360.

HSL color Cylindrical-coordinate representation of color #804A85: hue angle of 294.92º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #804A85 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 74 133 -
CMYK 0.04 0.44 0 0.48
HSL 294.92º 0.29% 0.41% -
HSV(B) 294.92º 0.44% 0.52% -
XYZ 15.58 11.18 23.53 -
YUV 96.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 128 74 133 0.04 0.44 0 0.48 294.92 0.29 0.41
Hex 80 4A 85 4 2C 0 30 127 1D 29
Octal 200 112 205 4 54 0 60 447 35 51
Binary 10000000 1001010 10000101 100 101100 0 110000 100100111 11101 101001

Color Harmonies of #804A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A85

Black with #804A85

Text Example


Text Example

White with #804A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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