Html Css Color HEX #955188 Trendy Pink

📋 copy color: '#955188'

red 149 ◦ green 81 ◦ blue 136

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

Shades of Trendy Pink #955188

Tints of Trendy Pink #955188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.13%

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

R = 40.71%
G = 22.13%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#955188 (or 0x955188) is known color: Trendy Pink. HEX triplet: 95, 51 and 88. RGB value is (149,81,136). Sum of RGB (Red+Green+Blue) = 149+81+136=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #955188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955188 is #6AAE77. Grayscale: #6B6B6B. Windows color (decimal): -6991480 or 8933781. OLE color: 8933781.

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

Color convert

RGB 149 81 136 -
CMYK 0 0.46 0.09 0.42
HSL 311.47º 0.3% 0.45% -
HSV(B) 311.47º 0.46% 0.58% -
XYZ 19.78 14.05 24.96 -
YUV 107.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 149 81 136 0 0.46 0.09 0.42 311.47 0.3 0.45
Hex 95 51 88 0 2E 9 2A 137 1E 2D
Octal 225 121 210 0 56 11 52 467 36 55
Binary 10010101 1010001 10001000 0 101110 1001 101010 100110111 11110 101101

Color Harmonies of #955188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955188

Black with #955188

Text Example


Text Example

White with #955188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955188; }

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

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

background-color css

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

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

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

border-color css

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

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

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