#954E8A

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

Shades of Trendy Pink #954E8A

Tints of Trendy Pink #954E8A

Color information

#954E8A (or 0x954E8A) is unknown color: approx Trendy Pink. HEX triplet: 95, 4E and 8A. RGB value is (149,78,138). Sum of RGB (Red+Green+Blue) = 149+78+138=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #954E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E8A is #6AB175. Grayscale: #696969. Windows color (decimal): -6992246 or 9064085. OLE color: 9064085.

HSL color Cylindrical-coordinate representation of color #954E8A: hue angle of 309.3º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E8A is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14978138-
CMYK00.480.070.42
HSL309.3º31.28%44.51%-
HSV(B)309.3º47.65%58.43%-
XYZ19.7113.6725.65-
YUV106.07146.02158.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 138 (54.30% from 255) = 37.81%
R=40.82%
G=21.37%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497813800.480.070.42309.331.2844.51
Hex954E8A03072A1351f2d
Octal2251162120607524653755
Binary10010101100111010001010011000011110101010011010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,78,138); }

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

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

 a { background-color: rgb(149,78,138); }

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

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

 span { border-color: rgb(149,78,138); }

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