#96468A

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

Shades of Trendy Pink #96468A

Tints of Trendy Pink #96468A

Color information

#96468A (or 0x96468A) is unknown color: approx Trendy Pink. HEX triplet: 96, 46 and 8A. RGB value is (150,70,138). Sum of RGB (Red+Green+Blue) = 150+70+138=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96468A is #69B975. Grayscale: #656565. Windows color (decimal): -6928758 or 9062038. OLE color: 9062038.

HSL color Cylindrical-coordinate representation of color #96468A: hue angle of 309º 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 #96468A is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15070138-
CMYK00.530.080.41
HSL309º36.36%43.14%-
HSV(B)309º53.33%58.82%-
XYZ19.3612.725.48-
YUV101.67148.5162.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 70 (27.73% from 255) = 19.55%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=41.90%
G=19.55%
B=38.55%

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
Decimal1507013800.530.080.4130936.3643.14
Hex96468A035829135242b
Octal22610621206510514654453
Binary1001011010001101000101001101011000101001100110101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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