#96488A

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

Shades of Trendy Pink #96488A

Tints of Trendy Pink #96488A

Color information

#96488A (or 0x96488A) is unknown color: approx Trendy Pink. HEX triplet: 96, 48 and 8A. RGB value is (150,72,138). Sum of RGB (Red+Green+Blue) = 150+72+138=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96488A is #69B775. Grayscale: #666666. Windows color (decimal): -6928246 or 9062550. OLE color: 9062550.

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

Color convert

RGB15072138-
CMYK00.520.080.41
HSL309.23º35.14%43.53%-
HSV(B)309.23º52%58.82%-
XYZ19.4812.9525.52-
YUV102.85147.84161.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=41.67%
G=20%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507213800.520.080.41309.2335.1443.53
Hex96488A034829135232c
Octal22611021206410514654354
Binary1001011010010001000101001101001000101001100110101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96488A;
 }
 .AnyTagClassName
 {
   color: #96488A;
 }
</style>
background-color css

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

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

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

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

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

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