Html Css Color HEX #955489 Trendy Pink

📋 copy color: '#955489'

red 149 ◦ green 84 ◦ blue 137

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

Shades of Trendy Pink #955489

Tints of Trendy Pink #955489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.7%

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

R = 40.27%
G = 22.7%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#955489 (or 0x955489) is known color: Trendy Pink. HEX triplet: 95, 54 and 89. RGB value is (149,84,137). Sum of RGB (Red+Green+Blue) = 149+84+137=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #955489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955489 is #6AAB76. Grayscale: #6D6D6D. Windows color (decimal): -6990711 or 9000085. OLE color: 9000085.

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

Color convert

RGB 149 84 137 -
CMYK 0 0.44 0.08 0.42
HSL 311.08º 0.28% 0.46% -
HSV(B) 311.08º 0.44% 0.58% -
XYZ 20.08 14.54 25.41 -
YUV 109.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 149 84 137 0 0.44 0.08 0.42 311.08 0.28 0.46
Hex 95 54 89 0 2C 8 2A 137 1C 2E
Octal 225 124 211 0 54 10 52 467 34 56
Binary 10010101 1010100 10001001 0 101100 1000 101010 100110111 11100 101110

Color Harmonies of #955489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955489

Black with #955489

Text Example


Text Example

White with #955489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955489; }

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

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

background-color css

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

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

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

border-color css

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

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

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