#94487D

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

Shades of Strikemaster #94487D

Tints of Strikemaster #94487D

Color information

#94487D (or 0x94487D) is unknown color: approx Strikemaster. HEX triplet: 94, 48 and 7D. RGB value is (148,72,125). Sum of RGB (Red+Green+Blue) = 148+72+125=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #94487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94487D is #6BB782. Grayscale: #646464. Windows color (decimal): -7059331 or 8210580. OLE color: 8210580.

HSL color Cylindrical-coordinate representation of color #94487D: hue angle of 318.16º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94487D is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14872125-
CMYK00.510.160.42
HSL318.16º34.55%43.14%-
HSV(B)318.16º51.35%58.04%-
XYZ18.2312.4120.84-
YUV100.77141.68161.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.90%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=42.90%
G=20.87%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487212500.510.160.42318.1634.5543.14
Hex94487D033102A13e232b
Octal22411017506320524764353
Binary1001010010010001111101011001110000101010100111110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,72,125); }

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

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

 a { background-color: rgb(148,72,125); }

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

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

 span { border-color: rgb(148,72,125); }

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