#954385

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

Shades of Trendy Pink #954385

Tints of Trendy Pink #954385

Color information

#954385 (or 0x954385) is unknown color: approx Trendy Pink. HEX triplet: 95, 43 and 85. RGB value is (149,67,133). Sum of RGB (Red+Green+Blue) = 149+67+133=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #954385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954385 is #6ABC7A. Grayscale: #626262. Windows color (decimal): -6995067 or 8733589. OLE color: 8733589.

HSL color Cylindrical-coordinate representation of color #954385: hue angle of 311.71º 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 #954385 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14967133-
CMYK00.550.110.42
HSL311.71º37.96%42.35%-
HSV(B)311.71º55.03%58.43%-
XYZ18.6412.123.54-
YUV99.04147.17163.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 67 (26.56% from 255) = 19.20%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=42.69%
G=19.20%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496713300.550.110.42311.7137.9642.35
Hex954385037B2A138262a
Octal22510320506713524704652
Binary1001010110000111000010101101111011101010100111000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954385; }

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

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

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

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

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

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

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

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