#96467e

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

Shades of Strikemaster #96467E

Tints of Strikemaster #96467E

Color information

#96467E (or 0x96467E) is unknown color: approx Strikemaster. HEX triplet: 96, 46 and 7E. RGB value is (150,70,126). Sum of RGB (Red+Green+Blue) = 150+70+126=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #96467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96467E is #69B981. Grayscale: #646464. Windows color (decimal): -6928770 or 8275606. OLE color: 8275606.

HSL color Cylindrical-coordinate representation of color #96467E: hue angle of 318º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96467E is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15070126-
CMYK00.530.160.41
HSL318º36.36%43.14%-
HSV(B)318º53.33%58.82%-
XYZ18.5312.3721.15-
YUV100.3142.5163.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=43.35%
G=20.23%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507012600.530.160.4131836.3643.14
Hex96467E035102913e242b
Octal22610617606520514764453
Binary1001011010001101111110011010110000101001100111110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96467e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96467e; }

 p { color: rgb(150,70,126); }

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

<style>
 a { background-color: #96467e; }

 a { background-color: rgb(150,70,126); }

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

<style>
 span { border-color: #96467e; }

 span { border-color: rgb(150,70,126); }

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