#96497A

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

Shades of Strikemaster #96497A

Tints of Strikemaster #96497A

Color information

#96497A (or 0x96497A) is unknown color: approx Strikemaster. HEX triplet: 96, 49 and 7A. RGB value is (150,73,122). Sum of RGB (Red+Green+Blue) = 150+73+122=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96497A is #69B685. Grayscale: #656565. Windows color (decimal): -6928006 or 8014230. OLE color: 8014230.

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

Color convert

RGB15073122-
CMYK00.510.190.41
HSL321.82º34.53%43.73%-
HSV(B)321.82º51.33%58.82%-
XYZ18.4712.6519.88-
YUV101.61139.51162.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=43.48%
G=21.16%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507312200.510.190.41321.8234.5343.73
Hex96497A0331329142232c
Octal22611117206323515024354
Binary1001011010010011111010011001110011101001101000010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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