Html Css Color HEX #954B89 Trendy Pink

📋 copy color: '#954B89'

red 149 ◦ green 75 ◦ blue 137

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

Shades of Trendy Pink #954B89

Tints of Trendy Pink #954B89

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.78%

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

R = 41.27%
G = 20.78%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#954B89 (or 0x954B89) is known color: Trendy Pink. HEX triplet: 95, 4B and 89. RGB value is (149,75,137). Sum of RGB (Red+Green+Blue) = 149+75+137=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #954B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954B89 is #6AB476. Grayscale: #686868. Windows color (decimal): -6993015 or 8997781. OLE color: 8997781.

HSL color Cylindrical-coordinate representation of color #954B89: hue angle of 309.73º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B89 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 75 137 -
CMYK 0 0.50 0.08 0.42
HSL 309.73º 0.33% 0.44% -
HSV(B) 309.73º 0.5% 0.58% -
XYZ 19.43 13.23 25.2 -
YUV 104.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 149 75 137 0 0.50 0.08 0.42 309.73 0.33 0.44
Hex 95 4B 89 0 32 8 2A 136 21 2C
Octal 225 113 211 0 62 10 52 466 41 54
Binary 10010101 1001011 10001001 0 110010 1000 101010 100110110 100001 101100

Color Harmonies of #954B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B89

Black with #954B89

Text Example


Text Example

White with #954B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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