Html Css Color HEX #954E89 Trendy Pink

📋 copy color: '#954E89'

red 149 ◦ green 78 ◦ blue 137

#954E89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #954E89

Tints of Trendy Pink #954E89

RGB

 RED value IS 149 (58.59% from 255) = 40.93%

 GREEN value IS 78 (30.86% from 255) = 21.43%

 BLUE value IS 137 (53.91% from 255) = 37.64%

R = 40.93%
G = 21.43%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#954E89 (or 0x954E89) is known color: Trendy Pink. HEX triplet: 95, 4E and 89. RGB value is (149,78,137). Sum of RGB (Red+Green+Blue) = 149+78+137=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #954E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E89 is #6AB176. Grayscale: #696969. Windows color (decimal): -6992247 or 8998549. OLE color: 8998549.

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

Color convert

RGB 149 78 137 -
CMYK 0 0.48 0.08 0.42
HSL 310.14º 0.31% 0.45% -
HSV(B) 310.14º 0.48% 0.58% -
XYZ 19.63 13.64 25.27 -
YUV 105.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 149 78 137 0 0.48 0.08 0.42 310.14 0.31 0.45
Hex 95 4E 89 0 30 8 2A 136 1F 2D
Octal 225 116 211 0 60 10 52 466 37 55
Binary 10010101 1001110 10001001 0 110000 1000 101010 100110110 11111 101101

Color Harmonies of #954E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E89

Black with #954E89

Text Example


Text Example

White with #954E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #954E89;
 }
 .AnyTagClassName
 {
   color: #954E89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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