#96478A

Color #96478A Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #96478A

Tints of Trendy Pink #96478A

Color information

#96478A (or 0x96478A) is unknown color: approx 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

RGB15071138-
CMYK00.530.080.41
HSL309.11º35.75%43.33%-
HSV(B)309.11º52.67%58.82%-
XYZ19.4212.8325.5-
YUV102.26148.17162.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=41.78%
G=19.78%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507113800.530.080.41309.1135.7543.33
Hex96478A035829135242b
Octal22610721206510514654453
Binary1001011010001111000101001101011000101001100110101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>