#805884

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

Shades of Trendy Pink #805884

Tints of Trendy Pink #805884

Color information

#805884 (or 0x805884) is unknown color: approx Trendy Pink. HEX triplet: 80, 58 and 84. RGB value is (128,88,132). Sum of RGB (Red+Green+Blue) = 128+88+132=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: blue. Hex color #805884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805884 is #7FA77B. Grayscale: #686868. Windows color (decimal): -8365948 or 8673408. OLE color: 8673408.

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

Color convert

RGB12888132-
CMYK0.030.3300.48
HSL294.55º20%43.14%-
HSV(B)294.55º33.33%51.76%-
XYZ16.5613.2323.51-
YUV104.98143.25144.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.78%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=36.78%
G=25.29%
B=37.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128881320.030.3300.48294.552043.14
Hex805884321030127142b
Octal2001302043410604472453
Binary1000000010110001000010011100001011000010010011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805884; }

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

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

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

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

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

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

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

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