#806084

Color #806084 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #806084

Tints of Trendy Pink #806084

Color information

#806084 (or 0x806084) is unknown color: approx Trendy Pink. HEX triplet: 80, 60 and 84. RGB value is (128,96,132). Sum of RGB (Red+Green+Blue) = 128+96+132=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #806084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806084 is #7F9F7B. Grayscale: #6D6D6D. Windows color (decimal): -8363900 or 8675456. OLE color: 8675456.

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

Color convert

RGB12896132-
CMYK0.030.2700.48
HSL293.33º15.79%44.71%-
HSV(B)293.33º27.27%51.76%-
XYZ17.2514.6223.74-
YUV109.67140.6141.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=35.96%
G=26.97%
B=37.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128961320.030.2700.48293.3315.7944.71
Hex80608431B030125102d
Octal2001402043330604452055
Binary100000001100000100001001111011011000010010010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806084; }

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

 H1.HeaderClassName
 {
   color: #806084;
 }
 .AnyTagClassName
 {
   color: #806084;
 }
</style>
background-color css

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

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

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

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

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

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