#954E8B

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

Shades of Trendy Pink #954E8B

Tints of Trendy Pink #954E8B

Color information

#954E8B (or 0x954E8B) is unknown color: approx Trendy Pink. HEX triplet: 95, 4E and 8B. RGB value is (149,78,139). Sum of RGB (Red+Green+Blue) = 149+78+139=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #954E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E8B is #6AB174. Grayscale: #6A6A6A. Windows color (decimal): -6992245 or 9129621. OLE color: 9129621.

HSL color Cylindrical-coordinate representation of color #954E8B: hue angle of 308.45º 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 #954E8B is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14978139-
CMYK00.480.070.42
HSL308.45º31.28%44.51%-
HSV(B)308.45º47.65%58.43%-
XYZ19.7813.726.03-
YUV106.18146.52158.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 78 (30.86% from 255) = 21.31%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=40.71%
G=21.31%
B=37.98%

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
Decimal1497813900.480.070.42308.4531.2844.51
Hex954E8B03072A1341f2d
Octal2251162130607524643755
Binary10010101100111010001011011000011110101010011010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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