Html Css Color HEX #964D88 Trendy Pink

📋 copy color: '#964D88'

red 150 ◦ green 77 ◦ blue 136

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

Shades of Trendy Pink #964D88

Tints of Trendy Pink #964D88

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.21%

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

R = 41.32%
G = 21.21%
B = 37.47%

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

#964D88 (or 0x964D88) is known color: Trendy Pink. HEX triplet: 96, 4D and 88. RGB value is (150,77,136). Sum of RGB (Red+Green+Blue) = 150+77+136=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #964D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964D88 is #69B277. Grayscale: #696969. Windows color (decimal): -6926968 or 8932758. OLE color: 8932758.

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

Color convert

RGB 150 77 136 -
CMYK 0 0.49 0.09 0.41
HSL 311.51º 0.32% 0.45% -
HSV(B) 311.51º 0.49% 0.59% -
XYZ 19.68 13.57 24.87 -
YUV 105.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 150 77 136 0 0.49 0.09 0.41 311.51 0.32 0.45
Hex 96 4D 88 0 31 9 29 138 20 2D
Octal 226 115 210 0 61 11 51 470 40 55
Binary 10010110 1001101 10001000 0 110001 1001 101001 100111000 100000 101101

Color Harmonies of #964D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D88

Black with #964D88

Text Example


Text Example

White with #964D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,77,136); }

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

background-color css

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

 a { background-color: rgb(150,77,136); }

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

border-color css

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

 span { border-color: rgb(150,77,136); }

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