Html Css Color HEX #805084 Trendy Pink

📋 copy color: '#805084'

red 128 ◦ green 80 ◦ blue 132

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

Shades of Trendy Pink #805084

Tints of Trendy Pink #805084

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.53%

 BLUE value IS 132 (51.95% from 255) = 38.82%

R = 37.65%
G = 23.53%
B = 38.82%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#805084 (or 0x805084) is known color: Trendy Pink. HEX triplet: 80, 50 and 84. RGB value is (128,80,132). Sum of RGB (Red+Green+Blue) = 128+80+132=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #805084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805084 is #7FAF7B. Grayscale: #646464. Windows color (decimal): -8367996 or 8671360. OLE color: 8671360.

HSL color Cylindrical-coordinate representation of color #805084: hue angle of 295.38º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #805084 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 80 132 -
CMYK 0.03 0.39 0 0.48
HSL 295.38º 0.25% 0.42% -
HSV(B) 295.38º 0.39% 0.52% -
XYZ 15.94 11.99 23.3 -
YUV 100.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 128 80 132 0.03 0.39 0 0.48 295.38 0.25 0.42
Hex 80 50 84 3 27 0 30 127 19 2A
Octal 200 120 204 3 47 0 60 447 31 52
Binary 10000000 1010000 10000100 11 100111 0 110000 100100111 11001 101010

Color Harmonies of #805084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805084

Black with #805084

Text Example


Text Example

White with #805084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805084; }

 p { color: rgb(128,80,132); }

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

background-color css

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

 a { background-color: rgb(128,80,132); }

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

border-color css

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

 span { border-color: rgb(128,80,132); }

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