Html Css Color HEX #964C89 Trendy Pink

📋 copy color: '#964C89'

red 150 ◦ green 76 ◦ blue 137

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

Shades of Trendy Pink #964C89

Tints of Trendy Pink #964C89

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.94%

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

R = 41.32%
G = 20.94%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#964C89 (or 0x964C89) is known color: Trendy Pink. HEX triplet: 96, 4C and 89. RGB value is (150,76,137). Sum of RGB (Red+Green+Blue) = 150+76+137=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #964C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964C89 is #69B376. Grayscale: #686868. Windows color (decimal): -6927223 or 8998038. OLE color: 8998038.

HSL color Cylindrical-coordinate representation of color #964C89: hue angle of 310.54º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964C89 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 76 137 -
CMYK 0 0.49 0.09 0.41
HSL 310.54º 0.33% 0.44% -
HSV(B) 310.54º 0.49% 0.59% -
XYZ 19.68 13.46 25.23 -
YUV 105.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 150 76 137 0 0.49 0.09 0.41 310.54 0.33 0.44
Hex 96 4C 89 0 31 9 29 137 21 2C
Octal 226 114 211 0 61 11 51 467 41 54
Binary 10010110 1001100 10001001 0 110001 1001 101001 100110111 100001 101100

Color Harmonies of #964C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C89

Black with #964C89

Text Example


Text Example

White with #964C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964C89; }

 p { color: rgb(150,76,137); }

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

background-color css

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

 a { background-color: rgb(150,76,137); }

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

border-color css

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

 span { border-color: rgb(150,76,137); }

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