#94567C

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

Shades of Strikemaster #94567C

Tints of Strikemaster #94567C

Color information

#94567C (or 0x94567C) is unknown color: approx Strikemaster. HEX triplet: 94, 56 and 7C. RGB value is (148,86,124). Sum of RGB (Red+Green+Blue) = 148+86+124=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94567C is #6BA983. Grayscale: #6C6C6C. Windows color (decimal): -7055748 or 8148628. OLE color: 8148628.

HSL color Cylindrical-coordinate representation of color #94567C: hue angle of 323.23º 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 #94567C is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14886124-
CMYK00.420.160.42
HSL323.23º26.5%45.88%-
HSV(B)323.23º41.89%58.04%-
XYZ19.1814.4120.84-
YUV108.87136.54155.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=41.34%
G=24.02%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488612400.420.160.42323.2326.545.88
Hex94567C02A102A1431a2e
Octal22412617405220525033256
Binary100101001010110111110001010101000010101010100001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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