#94658A

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

Shades of Strikemaster #94658A

Tints of Strikemaster #94658A

Color information

#94658A (or 0x94658A) is unknown color: approx Strikemaster. HEX triplet: 94, 65 and 8A. RGB value is (148,101,138). Sum of RGB (Red+Green+Blue) = 148+101+138=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94658A is #6B9A75. Grayscale: #777777. Windows color (decimal): -7051894 or 9069972. OLE color: 9069972.

HSL color Cylindrical-coordinate representation of color #94658A: hue angle of 312.77º 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 #94658A is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148101138-
CMYK00.320.070.42
HSL312.77º18.88%48.82%-
HSV(B)312.77º31.76%58.04%-
XYZ21.4517.4426.28-
YUV119.27138.57148.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 101 (39.84% from 255) = 26.10%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=38.24%
G=26.10%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810113800.320.070.42312.7718.8848.82
Hex94658A02072A1391331
Octal2241452120407524712361
Binary10010100110010110001010010000011110101010011100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94658A; }

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

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

<style>
 a { background-color: #94658A; }

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

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

<style>
 span { border-color: #94658A; }

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

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