#96457F

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

Shades of Strikemaster #96457F

Tints of Strikemaster #96457F

Color information

#96457F (or 0x96457F) is unknown color: approx Strikemaster. HEX triplet: 96, 45 and 7F. RGB value is (150,69,127). Sum of RGB (Red+Green+Blue) = 150+69+127=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #96457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96457F is #69BA80. Grayscale: #636363. Windows color (decimal): -6929025 or 8340886. OLE color: 8340886.

HSL color Cylindrical-coordinate representation of color #96457F: hue angle of 317.04º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96457F is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15069127-
CMYK00.540.150.41
HSL317.04º36.99%42.94%-
HSV(B)317.04º54%58.82%-
XYZ18.5412.2721.47-
YUV99.83143.34163.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 127 (50% from 255) = 36.71%
R=43.35%
G=19.94%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506912700.540.150.41317.0436.9942.94
Hex96457F036F2913d252b
Octal22610517706617514754553
Binary100101101000101111111101101101111101001100111101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96457F; }

 p { color: rgb(150,69,127); }

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

<style>
 a { background-color: #96457F; }

 a { background-color: rgb(150,69,127); }

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

<style>
 span { border-color: #96457F; }

 span { border-color: rgb(150,69,127); }

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