#96457D

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

Shades of Strikemaster #96457D

Tints of Strikemaster #96457D

Color information

#96457D (or 0x96457D) is unknown color: approx Strikemaster. HEX triplet: 96, 45 and 7D. RGB value is (150,69,125). Sum of RGB (Red+Green+Blue) = 150+69+125=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96457D is #69BA82. Grayscale: #636363. Windows color (decimal): -6929027 or 8209814. OLE color: 8209814.

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

Color convert

RGB15069125-
CMYK00.540.170.41
HSL318.52º36.99%42.94%-
HSV(B)318.52º54%58.82%-
XYZ18.4112.2220.79-
YUV99.6142.34163.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 125 (49.22% from 255) = 36.34%
R=43.60%
G=20.06%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506912500.540.170.41318.5236.9942.94
Hex96457D036112913f252b
Octal22610517506621514774553
Binary1001011010001011111101011011010001101001100111111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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