#96497C

Color #96497C Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #96497C

Tints of Strikemaster #96497C

Color information

#96497C (or 0x96497C) is unknown color: approx Strikemaster. HEX triplet: 96, 49 and 7C. RGB value is (150,73,124). Sum of RGB (Red+Green+Blue) = 150+73+124=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #96497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96497C is #69B683. Grayscale: #656565. Windows color (decimal): -6928004 or 8145302. OLE color: 8145302.

HSL color Cylindrical-coordinate representation of color #96497C: hue angle of 320.26º 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 #96497C is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15073124-
CMYK00.510.170.41
HSL320.26º34.53%43.73%-
HSV(B)320.26º51.33%58.82%-
XYZ18.612.720.54-
YUV101.84140.51162.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 73 (28.91% from 255) = 21.04%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=43.23%
G=21.04%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507312400.510.170.41320.2634.5343.73
Hex96497C0331129140232c
Octal22611117406321515004354
Binary1001011010010011111100011001110001101001101000000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96497C; }

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

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

<style>
 a { background-color: #96497C; }

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

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

<style>
 span { border-color: #96497C; }

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

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