Html Css Color HEX #964E8A Trendy Pink

📋 copy color: '#964E8A'

red 150 ◦ green 78 ◦ blue 138

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

Shades of Trendy Pink #964E8A

Tints of Trendy Pink #964E8A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.31%

 BLUE value IS 138 (54.3% from 255) = 37.7%

R = 40.98%
G = 21.31%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#964E8A (or 0x964E8A) is known color: Trendy Pink. HEX triplet: 96, 4E and 8A. RGB value is (150,78,138). Sum of RGB (Red+Green+Blue) = 150+78+138=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #964E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964E8A is #69B175. Grayscale: #6A6A6A. Windows color (decimal): -6926710 or 9064086. OLE color: 9064086.

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

Color convert

RGB 150 78 138 -
CMYK 0 0.48 0.08 0.41
HSL 310º 0.32% 0.45% -
HSV(B) 310º 0.48% 0.59% -
XYZ 19.89 13.77 25.65 -
YUV 106.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 150 78 138 0 0.48 0.08 0.41 310 0.32 0.45
Hex 96 4E 8A 0 30 8 29 136 20 2D
Octal 226 116 212 0 60 10 51 466 40 55
Binary 10010110 1001110 10001010 0 110000 1000 101001 100110110 100000 101101

Color Harmonies of #964E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E8A

Black with #964E8A

Text Example


Text Example

White with #964E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,78,138); }

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

background-color css

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

 a { background-color: rgb(150,78,138); }

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

border-color css

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

 span { border-color: rgb(150,78,138); }

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