#94657C

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

Shades of Strikemaster #94657C

Tints of Strikemaster #94657C

Color information

#94657C (or 0x94657C) is unknown color: approx Strikemaster. HEX triplet: 94, 65 and 7C. RGB value is (148,101,124). Sum of RGB (Red+Green+Blue) = 148+101+124=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #94657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94657C is #6B9A83. Grayscale: #757575. Windows color (decimal): -7051908 or 8152468. OLE color: 8152468.

HSL color Cylindrical-coordinate representation of color #94657C: hue angle of 330.64º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94657C is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB148101124-
CMYK00.320.160.42
HSL330.64º18.88%48.82%-
HSV(B)330.64º31.76%58.04%-
XYZ20.517.0621.28-
YUV117.67131.57149.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=39.68%
G=27.08%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810112400.320.160.42330.6418.8848.82
Hex94657C020102A14b1331
Octal22414517404020525132361
Binary100101001100101111110001000001000010101010100101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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