#94567F

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

Shades of Strikemaster #94567F

Tints of Strikemaster #94567F

Color information

#94567F (or 0x94567F) is unknown color: approx Strikemaster. HEX triplet: 94, 56 and 7F. RGB value is (148,86,127). Sum of RGB (Red+Green+Blue) = 148+86+127=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #94567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94567F is #6BA980. Grayscale: #6D6D6D. Windows color (decimal): -7055745 or 8345236. OLE color: 8345236.

HSL color Cylindrical-coordinate representation of color #94567F: hue angle of 320.32º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94567F is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14886127-
CMYK00.420.140.42
HSL320.32º26.5%45.88%-
HSV(B)320.32º41.89%58.04%-
XYZ19.3714.4821.85-
YUV109.21138.04155.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 127 (50% from 255) = 35.18%
R=41.00%
G=23.82%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488612700.420.140.42320.3226.545.88
Hex94567F02AE2A1401a2e
Octal22412617705216525003256
Binary10010100101011011111110101010111010101010100000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,86,127); }

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

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

 a { background-color: rgb(148,86,127); }

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

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

 span { border-color: rgb(148,86,127); }

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