Html Css Color HEX #96498A Trendy Pink

📋 copy color: '#96498A'

red 150 ◦ green 73 ◦ blue 138

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

Shades of Trendy Pink #96498A

Tints of Trendy Pink #96498A

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.3% from 255) = 38.23%

R = 41.55%
G = 20.22%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96498A (or 0x96498A) is known color: 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

RGB 150 73 138 -
CMYK 0 0.51 0.08 0.41
HSL 309.35º 0.35% 0.44% -
HSV(B) 309.35º 0.51% 0.59% -
XYZ 19.55 13.08 25.54 -
YUV 103.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 150 73 138 0 0.51 0.08 0.41 309.35 0.35 0.44
Hex 96 49 8A 0 33 8 29 135 23 2C
Octal 226 111 212 0 63 10 51 465 43 54
Binary 10010110 1001001 10001010 0 110011 1000 101001 100110101 100011 101100

Color Harmonies of #96498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96498A

Black with #96498A

Text Example


Text Example

White with #96498A

Text Example


Text Example

HTML Codes & Css Web 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>