#954C88

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

Shades of Trendy Pink #954C88

Tints of Trendy Pink #954C88

Color information

#954C88 (or 0x954C88) is unknown color: approx Trendy Pink. HEX triplet: 95, 4C and 88. RGB value is (149,76,136). Sum of RGB (Red+Green+Blue) = 149+76+136=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #954C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954C88 is #6AB377. Grayscale: #686868. Windows color (decimal): -6992760 or 8932501. OLE color: 8932501.

HSL color Cylindrical-coordinate representation of color #954C88: hue angle of 310.68º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C88 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14976136-
CMYK00.490.090.42
HSL310.68º32.44%44.12%-
HSV(B)310.68º48.99%58.43%-
XYZ19.4213.3424.84-
YUV104.67145.68159.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=41.27%
G=21.05%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497613600.490.090.42310.6832.4444.12
Hex954C8803192A137202c
Octal22511421006111524674054
Binary1001010110011001000100001100011001101010100110111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954C88; }

 p { color: rgb(149,76,136); }

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

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

 a { background-color: rgb(149,76,136); }

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

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

 span { border-color: rgb(149,76,136); }

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