#954E84

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

Shades of Trendy Pink #954E84

Tints of Trendy Pink #954E84

Color information

#954E84 (or 0x954E84) is unknown color: approx Trendy Pink. HEX triplet: 95, 4E and 84. RGB value is (149,78,132). Sum of RGB (Red+Green+Blue) = 149+78+132=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #954E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E84 is #6AB17B. Grayscale: #696969. Windows color (decimal): -6992252 or 8670869. OLE color: 8670869.

HSL color Cylindrical-coordinate representation of color #954E84: hue angle of 314.37º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E84 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14978132-
CMYK00.480.110.42
HSL314.37º31.28%44.51%-
HSV(B)314.37º47.65%58.43%-
XYZ19.2813.523.42-
YUV105.38143.02159.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=41.50%
G=21.73%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497813200.480.110.42314.3731.2844.51
Hex954E84030B2A13a1f2d
Octal22511620406013524723755
Binary100101011001110100001000110000101110101010011101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,78,132); }

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

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

 a { background-color: rgb(149,78,132); }

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

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

 span { border-color: rgb(149,78,132); }

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