Html Css Color HEX #954988 Trendy Pink

📋 copy color: '#954988'

red 149 ◦ green 73 ◦ blue 136

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

Shades of Trendy Pink #954988

Tints of Trendy Pink #954988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.39%

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 41.62%
G = 20.39%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#954988 (or 0x954988) is known color: Trendy Pink. HEX triplet: 95, 49 and 88. RGB value is (149,73,136). Sum of RGB (Red+Green+Blue) = 149+73+136=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #954988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954988 is #6AB677. Grayscale: #666666. Windows color (decimal): -6993528 or 8931733. OLE color: 8931733.

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

Color convert

RGB 149 73 136 -
CMYK 0 0.51 0.09 0.42
HSL 310.26º 0.34% 0.44% -
HSV(B) 310.26º 0.51% 0.58% -
XYZ 19.22 12.93 24.78 -
YUV 102.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 149 73 136 0 0.51 0.09 0.42 310.26 0.34 0.44
Hex 95 49 88 0 33 9 2A 136 22 2C
Octal 225 111 210 0 63 11 52 466 42 54
Binary 10010101 1001001 10001000 0 110011 1001 101010 100110110 100010 101100

Color Harmonies of #954988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954988

Black with #954988

Text Example


Text Example

White with #954988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954988; }

 p { color: rgb(149,73,136); }

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

background-color css

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

 a { background-color: rgb(149,73,136); }

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

border-color css

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

 span { border-color: rgb(149,73,136); }

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