Html Css Color HEX #964481 Trendy Pink

📋 copy color: '#964481'

red 150 ◦ green 68 ◦ blue 129

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

Shades of Trendy Pink #964481

Tints of Trendy Pink #964481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.6%

 BLUE value IS 129 (50.78% from 255) = 37.18%

R = 43.23%
G = 19.6%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#964481 (or 0x964481) is known color: Trendy Pink. HEX triplet: 96, 44 and 81. RGB value is (150,68,129). Sum of RGB (Red+Green+Blue) = 150+68+129=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #964481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964481 is #69BB7E. Grayscale: #636363. Windows color (decimal): -6929279 or 8471702. OLE color: 8471702.

HSL color Cylindrical-coordinate representation of color #964481: hue angle of 315.37º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964481 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 68 129 -
CMYK 0 0.55 0.14 0.41
HSL 315.37º 0.38% 0.43% -
HSV(B) 315.37º 0.55% 0.59% -
XYZ 18.61 12.2 22.14 -
YUV 99.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 150 68 129 0 0.55 0.14 0.41 315.37 0.38 0.43
Hex 96 44 81 0 37 E 29 13B 26 2B
Octal 226 104 201 0 67 16 51 473 46 53
Binary 10010110 1000100 10000001 0 110111 1110 101001 100111011 100110 101011

Color Harmonies of #964481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964481

Black with #964481

Text Example


Text Example

White with #964481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964481; }

 p { color: rgb(150,68,129); }

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

background-color css

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

 a { background-color: rgb(150,68,129); }

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

border-color css

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

 span { border-color: rgb(150,68,129); }

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