#96497d

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

Shades of Strikemaster #96497D

Tints of Strikemaster #96497D

Color information

#96497D (or 0x96497D) is unknown color: approx Strikemaster. HEX triplet: 96, 49 and 7D. RGB value is (150,73,125). Sum of RGB (Red+Green+Blue) = 150+73+125=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #96497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96497D is #69B682. Grayscale: #656565. Windows color (decimal): -6928003 or 8210838. OLE color: 8210838.

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

Color convert

RGB15073125-
CMYK00.510.170.41
HSL319.48º34.53%43.73%-
HSV(B)319.48º51.33%58.82%-
XYZ18.6612.7320.88-
YUV101.95141.01162.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 125 (49.22% from 255) = 35.92%
R=43.10%
G=20.98%
B=35.92%

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
Decimal1507312500.510.170.41319.4834.5343.73
Hex96497D033112913f232c
Octal22611117506321514774354
Binary1001011010010011111101011001110001101001100111111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96497d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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