#96517A

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

Shades of Strikemaster #96517A

Tints of Strikemaster #96517A

Color information

#96517A (or 0x96517A) is unknown color: approx Strikemaster. HEX triplet: 96, 51 and 7A. RGB value is (150,81,122). Sum of RGB (Red+Green+Blue) = 150+81+122=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #96517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96517A is #69AE85. Grayscale: #6A6A6A. Windows color (decimal): -6925958 or 8016278. OLE color: 8016278.

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

Color convert

RGB15081122-
CMYK00.460.190.41
HSL324.35º29.87%45.29%-
HSV(B)324.35º46%58.82%-
XYZ19.0313.7720.07-
YUV106.3136.86159.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=42.49%
G=22.95%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508112200.460.190.41324.3529.8745.29
Hex96517A02E13291441e2d
Octal22612117205623515043655
Binary100101101010001111101001011101001110100110100010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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