Html Css Color HEX #955189 Trendy Pink

📋 copy color: '#955189'

red 149 ◦ green 81 ◦ blue 137

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

Shades of Trendy Pink #955189

Tints of Trendy Pink #955189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.33%

R = 40.6%
G = 22.07%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#955189 (or 0x955189) is known color: Trendy Pink. HEX triplet: 95, 51 and 89. RGB value is (149,81,137). Sum of RGB (Red+Green+Blue) = 149+81+137=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #955189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955189 is #6AAE76. Grayscale: #6B6B6B. Windows color (decimal): -6991479 or 8999317. OLE color: 8999317.

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

Color convert

RGB 149 81 137 -
CMYK 0 0.46 0.08 0.42
HSL 310.59º 0.3% 0.45% -
HSV(B) 310.59º 0.46% 0.58% -
XYZ 19.85 14.08 25.34 -
YUV 107.72 144.53 157.45 -
System Red Green Blue C M Y K H S L
Decimal 149 81 137 0 0.46 0.08 0.42 310.59 0.3 0.45
Hex 95 51 89 0 2E 8 2A 137 1E 2D
Octal 225 121 211 0 56 10 52 467 36 55
Binary 10010101 1010001 10001001 0 101110 1000 101010 100110111 11110 101101

Color Harmonies of #955189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955189

Black with #955189

Text Example


Text Example

White with #955189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955189; }

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

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

background-color css

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

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

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

border-color css

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

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

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