Html Css Color HEX #955389 Trendy Pink

📋 copy color: '#955389'

red 149 ◦ green 83 ◦ blue 137

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

Shades of Trendy Pink #955389

Tints of Trendy Pink #955389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.49%

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

R = 40.38%
G = 22.49%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#955389 (or 0x955389) is known color: Trendy Pink. HEX triplet: 95, 53 and 89. RGB value is (149,83,137). Sum of RGB (Red+Green+Blue) = 149+83+137=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #955389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955389 is #6AAC76. Grayscale: #6C6C6C. Windows color (decimal): -6990967 or 8999829. OLE color: 8999829.

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

Color convert

RGB 149 83 137 -
CMYK 0 0.44 0.08 0.42
HSL 310.91º 0.28% 0.45% -
HSV(B) 310.91º 0.44% 0.58% -
XYZ 20 14.38 25.39 -
YUV 108.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 149 83 137 0 0.44 0.08 0.42 310.91 0.28 0.45
Hex 95 53 89 0 2C 8 2A 137 1C 2D
Octal 225 123 211 0 54 10 52 467 34 55
Binary 10010101 1010011 10001001 0 101100 1000 101010 100110111 11100 101101

Color Harmonies of #955389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955389

Black with #955389

Text Example


Text Example

White with #955389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955389; }

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

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

background-color css

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

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

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

border-color css

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

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

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