Html Css Color HEX #955087 Trendy Pink

📋 copy color: '#955087'

red 149 ◦ green 80 ◦ blue 135

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

Shades of Trendy Pink #955087

Tints of Trendy Pink #955087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.09%

R = 40.93%
G = 21.98%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#955087 (or 0x955087) is known color: Trendy Pink. HEX triplet: 95, 50 and 87. RGB value is (149,80,135). Sum of RGB (Red+Green+Blue) = 149+80+135=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #955087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955087 is #6AAF78. Grayscale: #6A6A6A. Windows color (decimal): -6991737 or 8867989. OLE color: 8867989.

HSL color Cylindrical-coordinate representation of color #955087: hue angle of 312.17º 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 #955087 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 135 -
CMYK 0 0.46 0.09 0.42
HSL 312.17º 0.3% 0.45% -
HSV(B) 312.17º 0.46% 0.58% -
XYZ 19.64 13.88 24.57 -
YUV 106.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 149 80 135 0 0.46 0.09 0.42 312.17 0.3 0.45
Hex 95 50 87 0 2E 9 2A 138 1E 2D
Octal 225 120 207 0 56 11 52 470 36 55
Binary 10010101 1010000 10000111 0 101110 1001 101010 100111000 11110 101101

Color Harmonies of #955087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955087

Black with #955087

Text Example


Text Example

White with #955087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955087; }

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

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

background-color css

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

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

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

border-color css

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

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

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