#945488

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

Shades of Trendy Pink #945488

Tints of Trendy Pink #945488

Color information

#945488 (or 0x945488) is unknown color: approx Trendy Pink. HEX triplet: 94, 54 and 88. RGB value is (148,84,136). Sum of RGB (Red+Green+Blue) = 148+84+136=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #945488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945488 is #6BAB77. Grayscale: #6C6C6C. Windows color (decimal): -7056248 or 8934548. OLE color: 8934548.

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

Color convert

RGB14884136-
CMYK00.430.080.42
HSL311.25º27.59%45.49%-
HSV(B)311.25º43.24%58.04%-
XYZ19.8314.4125.03-
YUV109.06143.2155.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=40.22%
G=22.83%
B=36.96%

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
Decimal1488413600.430.080.42311.2527.5945.49
Hex94548802B82A1371c2d
Octal22412421005310524673455
Binary100101001010100100010000101011100010101010011011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945488; }

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

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

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

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

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

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

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

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