#954384

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

Shades of Trendy Pink #954384

Tints of Trendy Pink #954384

Color information

#954384 (or 0x954384) is unknown color: approx Trendy Pink. HEX triplet: 95, 43 and 84. RGB value is (149,67,132). Sum of RGB (Red+Green+Blue) = 149+67+132=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #954384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954384 is #6ABC7B. Grayscale: #626262. Windows color (decimal): -6995068 or 8668053. OLE color: 8668053.

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

Color convert

RGB14967132-
CMYK00.550.110.42
HSL312.44º37.96%42.35%-
HSV(B)312.44º55.03%58.43%-
XYZ18.5712.0723.18-
YUV98.93146.67163.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=42.82%
G=19.25%
B=37.93%

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
Decimal1496713200.550.110.42312.4437.9642.35
Hex954384037B2A138262a
Octal22510320406713524704652
Binary1001010110000111000010001101111011101010100111000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954384; }

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

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

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

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

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

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

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

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