#954381

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

Shades of Trendy Pink #954381

Tints of Trendy Pink #954381

Color information

#954381 (or 0x954381) is unknown color: approx Trendy Pink. HEX triplet: 95, 43 and 81. RGB value is (149,67,129). Sum of RGB (Red+Green+Blue) = 149+67+129=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #954381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954381 is #6ABC7E. Grayscale: #626262. Windows color (decimal): -6995071 or 8471445. OLE color: 8471445.

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

Color convert

RGB14967129-
CMYK00.550.130.42
HSL314.63º37.96%42.35%-
HSV(B)314.63º55.03%58.43%-
XYZ18.3611.9922.12-
YUV98.59145.17163.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 67 (26.56% from 255) = 19.42%
BLUE value IS 129 (50.78% from 255) = 37.39%
R=43.19%
G=19.42%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496712900.550.130.42314.6337.9642.35
Hex954381037D2A13b262a
Octal22510320106715524734652
Binary1001010110000111000000101101111101101010100111011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954381; }

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

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

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

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

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

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

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

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