Html Css Color HEX #964887 Trendy Pink

📋 copy color: '#964887'

red 150 ◦ green 72 ◦ blue 135

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

Shades of Trendy Pink #964887

Tints of Trendy Pink #964887

RGB

 RED value IS 150 (58.98% from 255) = 42.02%

 GREEN value IS 72 (28.52% from 255) = 20.17%

 BLUE value IS 135 (53.13% from 255) = 37.82%

R = 42.02%
G = 20.17%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#964887 (or 0x964887) is known color: Trendy Pink. HEX triplet: 96, 48 and 87. RGB value is (150,72,135). Sum of RGB (Red+Green+Blue) = 150+72+135=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #964887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964887 is #69B778. Grayscale: #666666. Windows color (decimal): -6928249 or 8865942. OLE color: 8865942.

HSL color Cylindrical-coordinate representation of color #964887: hue angle of 311.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964887 is Cyan = 0, Magento = 0.52, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 72 135 -
CMYK 0 0.52 0.1 0.41
HSL 311.54º 0.35% 0.44% -
HSV(B) 311.54º 0.52% 0.59% -
XYZ 19.27 12.87 24.39 -
YUV 102.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 150 72 135 0 0.52 0.1 0.41 311.54 0.35 0.44
Hex 96 48 87 0 34 A 29 138 23 2C
Octal 226 110 207 0 64 12 51 470 43 54
Binary 10010110 1001000 10000111 0 110100 1010 101001 100111000 100011 101100

Color Harmonies of #964887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964887

Black with #964887

Text Example


Text Example

White with #964887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964887; }

 p { color: rgb(150,72,135); }

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

background-color css

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

 a { background-color: rgb(150,72,135); }

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

border-color css

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

 span { border-color: rgb(150,72,135); }

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