#945588

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

Shades of Trendy Pink #945588

Tints of Trendy Pink #945588

Color information

#945588 (or 0x945588) is unknown color: approx Trendy Pink. HEX triplet: 94, 55 and 88. RGB value is (148,85,136). Sum of RGB (Red+Green+Blue) = 148+85+136=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #945588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945588 is #6BAA77. Grayscale: #6D6D6D. Windows color (decimal): -7055992 or 8934804. OLE color: 8934804.

HSL color Cylindrical-coordinate representation of color #945588: hue angle of 311.43º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945588 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14885136-
CMYK00.430.080.42
HSL311.43º27.04%45.69%-
HSV(B)311.43º42.57%58.04%-
XYZ19.9114.5725.06-
YUV109.65142.87155.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 136 (53.52% from 255) = 36.86%
R=40.11%
G=23.04%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488513600.430.080.42311.4327.0445.69
Hex94558802B82A1371b2e
Octal22412521005310524673356
Binary100101001010101100010000101011100010101010011011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945588; }

 p { color: rgb(148,85,136); }

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

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

 a { background-color: rgb(148,85,136); }

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

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

 span { border-color: rgb(148,85,136); }

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