Html Css Color HEX #804985 Trendy Pink

📋 copy color: '#804985'

red 128 ◦ green 73 ◦ blue 133

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

Shades of Trendy Pink #804985

Tints of Trendy Pink #804985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.86%

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

R = 38.32%
G = 21.86%
B = 39.82%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#804985 (or 0x804985) is known color: Trendy Pink. HEX triplet: 80, 49 and 85. RGB value is (128,73,133). Sum of RGB (Red+Green+Blue) = 128+73+133=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #804985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804985 is #7FB67A. Grayscale: #606060. Windows color (decimal): -8369787 or 8735104. OLE color: 8735104.

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

Color convert

RGB 128 73 133 -
CMYK 0.04 0.45 0 0.48
HSL 295º 0.29% 0.4% -
HSV(B) 295º 0.45% 0.52% -
XYZ 15.52 11.05 23.5 -
YUV 96.29 148.72 150.62 -
System Red Green Blue C M Y K H S L
Decimal 128 73 133 0.04 0.45 0 0.48 295 0.29 0.4
Hex 80 49 85 4 2D 0 30 127 1D 28
Octal 200 111 205 4 55 0 60 447 35 50
Binary 10000000 1001001 10000101 100 101101 0 110000 100100111 11101 101000

Color Harmonies of #804985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804985

Black with #804985

Text Example


Text Example

White with #804985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804985; }

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

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

background-color css

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

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

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

border-color css

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

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

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