Html Css Color HEX #955089 Trendy Pink

📋 copy color: '#955089'

red 149 ◦ green 80 ◦ blue 137

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

Shades of Trendy Pink #955089

Tints of Trendy Pink #955089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.86%

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

R = 40.71%
G = 21.86%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#955089 (or 0x955089) is known color: Trendy Pink. HEX triplet: 95, 50 and 89. RGB value is (149,80,137). Sum of RGB (Red+Green+Blue) = 149+80+137=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #955089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955089 is #6AAF76. Grayscale: #6A6A6A. Windows color (decimal): -6991735 or 8999061. OLE color: 8999061.

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

Color convert

RGB 149 80 137 -
CMYK 0 0.46 0.08 0.42
HSL 310.43º 0.3% 0.45% -
HSV(B) 310.43º 0.46% 0.58% -
XYZ 19.78 13.93 25.31 -
YUV 107.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 149 80 137 0 0.46 0.08 0.42 310.43 0.3 0.45
Hex 95 50 89 0 2E 8 2A 136 1E 2D
Octal 225 120 211 0 56 10 52 466 36 55
Binary 10010101 1010000 10001001 0 101110 1000 101010 100110110 11110 101101

Color Harmonies of #955089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955089

Black with #955089

Text Example


Text Example

White with #955089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955089; }

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

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

background-color css

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

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

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

border-color css

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

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

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