#954A86

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

Shades of Trendy Pink #954A86

Tints of Trendy Pink #954A86

Color information

#954A86 (or 0x954A86) is unknown color: approx Trendy Pink. HEX triplet: 95, 4A and 86. RGB value is (149,74,134). Sum of RGB (Red+Green+Blue) = 149+74+134=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #954A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954A86 is #6AB579. Grayscale: #676767. Windows color (decimal): -6993274 or 8800917. OLE color: 8800917.

HSL color Cylindrical-coordinate representation of color #954A86: hue angle of 312º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A86 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14974134-
CMYK00.500.100.42
HSL312º33.63%43.73%-
HSV(B)312º50.34%58.43%-
XYZ19.1513.0124.06-
YUV103.26145.35160.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 74 (29.30% from 255) = 20.73%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=41.74%
G=20.73%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497413400.500.100.4231233.6343.73
Hex954A86032A2A138222c
Octal22511220606212524704254
Binary1001010110010101000011001100101010101010100111000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,74,134); }

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

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

 a { background-color: rgb(149,74,134); }

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

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

 span { border-color: rgb(149,74,134); }

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