Html Css Color HEX #954488 Trendy Pink

📋 copy color: '#954488'

red 149 ◦ green 68 ◦ blue 136

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

Shades of Trendy Pink #954488

Tints of Trendy Pink #954488

RGB

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

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

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

R = 42.21%
G = 19.26%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#954488 (or 0x954488) is known color: Trendy Pink. HEX triplet: 95, 44 and 88. RGB value is (149,68,136). Sum of RGB (Red+Green+Blue) = 149+68+136=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #954488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954488 is #6ABB77. Grayscale: #636363. Windows color (decimal): -6994808 or 8930453. OLE color: 8930453.

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

Color convert

RGB 149 68 136 -
CMYK 0 0.54 0.09 0.42
HSL 309.63º 0.37% 0.43% -
HSV(B) 309.63º 0.54% 0.58% -
XYZ 18.91 12.3 24.67 -
YUV 99.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 149 68 136 0 0.54 0.09 0.42 309.63 0.37 0.43
Hex 95 44 88 0 36 9 2A 136 25 2B
Octal 225 104 210 0 66 11 52 466 45 53
Binary 10010101 1000100 10001000 0 110110 1001 101010 100110110 100101 101011

Color Harmonies of #954488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954488

Black with #954488

Text Example


Text Example

White with #954488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954488; }

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

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

background-color css

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

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

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

border-color css

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

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

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