#96537C

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

Shades of Strikemaster #96537C

Tints of Strikemaster #96537C

Color information

#96537C (or 0x96537C) is unknown color: approx Strikemaster. HEX triplet: 96, 53 and 7C. RGB value is (150,83,124). Sum of RGB (Red+Green+Blue) = 150+83+124=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96537C is #69AC83. Grayscale: #6B6B6B. Windows color (decimal): -6925444 or 8147862. OLE color: 8147862.

HSL color Cylindrical-coordinate representation of color #96537C: hue angle of 323.28º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96537C is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15083124-
CMYK00.450.170.41
HSL323.28º28.76%45.69%-
HSV(B)323.28º44.67%58.82%-
XYZ19.3114.1320.78-
YUV107.71137.2158.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=42.02%
G=23.25%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508312400.450.170.41323.2828.7645.69
Hex96537C02D11291431d2e
Octal22612317405521515033556
Binary100101101010011111110001011011000110100110100001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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