Html Css Color HEX #954480 Trendy Pink

📋 copy color: '#954480'

red 149 ◦ green 68 ◦ blue 128

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

Shades of Trendy Pink #954480

Tints of Trendy Pink #954480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.71%

 BLUE value IS 128 (50.39% from 255) = 37.1%

R = 43.19%
G = 19.71%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#954480 (or 0x954480) is known color: Trendy Pink. HEX triplet: 95, 44 and 80. RGB value is (149,68,128). Sum of RGB (Red+Green+Blue) = 149+68+128=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #954480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954480 is #6ABB7F. Grayscale: #626262. Windows color (decimal): -6994816 or 8406165. OLE color: 8406165.

HSL color Cylindrical-coordinate representation of color #954480: hue angle of 315.56º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954480 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 128 -
CMYK 0 0.54 0.14 0.42
HSL 315.56º 0.37% 0.43% -
HSV(B) 315.56º 0.54% 0.58% -
XYZ 18.36 12.08 21.79 -
YUV 99.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 149 68 128 0 0.54 0.14 0.42 315.56 0.37 0.43
Hex 95 44 80 0 36 E 2A 13C 25 2B
Octal 225 104 200 0 66 16 52 474 45 53
Binary 10010101 1000100 10000000 0 110110 1110 101010 100111100 100101 101011

Color Harmonies of #954480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954480

Black with #954480

Text Example


Text Example

White with #954480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954480; }

 p { color: rgb(149,68,128); }

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

background-color css

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

 a { background-color: rgb(149,68,128); }

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

border-color css

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

 span { border-color: rgb(149,68,128); }

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