Html Css Color HEX #96478A Trendy Pink

📋 copy color: '#96478A'

red 150 ◦ green 71 ◦ blue 138

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

Shades of Trendy Pink #96478A

Tints of Trendy Pink #96478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.78%

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

R = 41.78%
G = 19.78%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96478A (or 0x96478A) is known color: Trendy Pink. HEX triplet: 96, 47 and 8A. RGB value is (150,71,138). Sum of RGB (Red+Green+Blue) = 150+71+138=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96478A is #69B875. Grayscale: #666666. Windows color (decimal): -6928502 or 9062294. OLE color: 9062294.

HSL color Cylindrical-coordinate representation of color #96478A: hue angle of 309.11º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96478A is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 138 -
CMYK 0 0.53 0.08 0.41
HSL 309.11º 0.36% 0.43% -
HSV(B) 309.11º 0.53% 0.59% -
XYZ 19.42 12.83 25.5 -
YUV 102.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 150 71 138 0 0.53 0.08 0.41 309.11 0.36 0.43
Hex 96 47 8A 0 35 8 29 135 24 2B
Octal 226 107 212 0 65 10 51 465 44 53
Binary 10010110 1000111 10001010 0 110101 1000 101001 100110101 100100 101011

Color Harmonies of #96478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96478A

Black with #96478A

Text Example


Text Example

White with #96478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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