#885892

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

Shades of Trendy Pink #885892

Tints of Trendy Pink #885892

Color information

#885892 (or 0x885892) is unknown color: approx Trendy Pink. HEX triplet: 88, 58 and 92. RGB value is (136,88,146). Sum of RGB (Red+Green+Blue) = 136+88+146=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #885892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885892 is #77A76D. Grayscale: #6C6C6C. Windows color (decimal): -7841646 or 9590920. OLE color: 9590920.

HSL color Cylindrical-coordinate representation of color #885892: hue angle of 289.66º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885892 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13688146-
CMYK0.070.4000.43
HSL289.66º24.79%45.88%-
HSV(B)289.66º39.73%57.25%-
XYZ18.8314.2928.96-
YUV108.96148.9147.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=36.76%
G=23.78%
B=39.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136881460.070.4000.43289.6624.7945.88
Hex88589272802B122192e
Octal2101302227500534423156
Binary10001000101100010010010111101000010101110010001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885892; }

 p { color: rgb(136,88,146); }

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

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

 a { background-color: rgb(136,88,146); }

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

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

 span { border-color: rgb(136,88,146); }

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