#954386

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

Shades of Trendy Pink #954386

Tints of Trendy Pink #954386

Color information

#954386 (or 0x954386) is unknown color: approx Trendy Pink. HEX triplet: 95, 43 and 86. RGB value is (149,67,134). Sum of RGB (Red+Green+Blue) = 149+67+134=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #954386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954386 is #6ABC79. Grayscale: #626262. Windows color (decimal): -6995066 or 8799125. OLE color: 8799125.

HSL color Cylindrical-coordinate representation of color #954386: hue angle of 310.98º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954386 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14967134-
CMYK00.550.100.42
HSL310.98º37.96%42.35%-
HSV(B)310.98º55.03%58.43%-
XYZ18.712.1323.91-
YUV99.16147.67163.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 67 (26.56% from 255) = 19.14%
BLUE value IS 134 (52.73% from 255) = 38.29%
R=42.57%
G=19.14%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496713400.550.100.42310.9837.9642.35
Hex954386037A2A137262a
Octal22510320606712524674652
Binary1001010110000111000011001101111010101010100110111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954386; }

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

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

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

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

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

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

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

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