Html Css Color HEX #955488 Trendy Pink

📋 copy color: '#955488'

red 149 ◦ green 84 ◦ blue 136

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

Shades of Trendy Pink #955488

Tints of Trendy Pink #955488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.76%

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

R = 40.38%
G = 22.76%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#955488 (or 0x955488) is known color: Trendy Pink. HEX triplet: 95, 54 and 88. RGB value is (149,84,136). Sum of RGB (Red+Green+Blue) = 149+84+136=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #955488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955488 is #6AAB77. Grayscale: #6D6D6D. Windows color (decimal): -6990712 or 8934549. OLE color: 8934549.

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

Color convert

RGB 149 84 136 -
CMYK 0 0.44 0.09 0.42
HSL 312º 0.28% 0.46% -
HSV(B) 312º 0.44% 0.58% -
XYZ 20.01 14.51 25.04 -
YUV 109.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 149 84 136 0 0.44 0.09 0.42 312 0.28 0.46
Hex 95 54 88 0 2C 9 2A 138 1C 2E
Octal 225 124 210 0 54 11 52 470 34 56
Binary 10010101 1010100 10001000 0 101100 1001 101010 100111000 11100 101110

Color Harmonies of #955488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955488

Black with #955488

Text Example


Text Example

White with #955488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955488; }

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

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

background-color css

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

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

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

border-color css

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

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

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