Html Css Color HEX #955588 Trendy Pink

📋 copy color: '#955588'

red 149 ◦ green 85 ◦ blue 136

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

Shades of Trendy Pink #955588

Tints of Trendy Pink #955588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.97%

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

R = 40.27%
G = 22.97%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#955588 (or 0x955588) is known color: Trendy Pink. HEX triplet: 95, 55 and 88. RGB value is (149,85,136). Sum of RGB (Red+Green+Blue) = 149+85+136=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #955588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955588 is #6AAA77. Grayscale: #6D6D6D. Windows color (decimal): -6990456 or 8934805. OLE color: 8934805.

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

Color convert

RGB 149 85 136 -
CMYK 0 0.43 0.09 0.42
HSL 312.19º 0.27% 0.46% -
HSV(B) 312.19º 0.43% 0.58% -
XYZ 20.09 14.66 25.06 -
YUV 109.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 149 85 136 0 0.43 0.09 0.42 312.19 0.27 0.46
Hex 95 55 88 0 2B 9 2A 138 1B 2E
Octal 225 125 210 0 53 11 52 470 33 56
Binary 10010101 1010101 10001000 0 101011 1001 101010 100111000 11011 101110

Color Harmonies of #955588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955588

Black with #955588

Text Example


Text Example

White with #955588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955588; }

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

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

background-color css

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

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

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

border-color css

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

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

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