#96498A

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

Shades of Trendy Pink #96498A

Tints of Trendy Pink #96498A

Color information

#96498A (or 0x96498A) is unknown color: approx Trendy Pink. HEX triplet: 96, 49 and 8A. RGB value is (150,73,138). Sum of RGB (Red+Green+Blue) = 150+73+138=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96498A is #69B675. Grayscale: #676767. Windows color (decimal): -6927990 or 9062806. OLE color: 9062806.

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

Color convert

RGB15073138-
CMYK00.510.080.41
HSL309.35º34.53%43.73%-
HSV(B)309.35º51.33%58.82%-
XYZ19.5513.0825.54-
YUV103.43147.51161.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=41.55%
G=20.22%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507313800.510.080.41309.3534.5343.73
Hex96498A033829135232c
Octal22611121206310514654354
Binary1001011010010011000101001100111000101001100110101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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