#94628A

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

Shades of Strikemaster #94628A

Tints of Strikemaster #94628A

Color information

#94628A (or 0x94628A) is unknown color: approx Strikemaster. HEX triplet: 94, 62 and 8A. RGB value is (148,98,138). Sum of RGB (Red+Green+Blue) = 148+98+138=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #94628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94628A is #6B9D75. Grayscale: #757575. Windows color (decimal): -7052662 or 9069204. OLE color: 9069204.

HSL color Cylindrical-coordinate representation of color #94628A: hue angle of 312º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94628A is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14898138-
CMYK00.340.070.42
HSL312º20.33%48.24%-
HSV(B)312º33.78%58.04%-
XYZ21.1716.8726.18-
YUV117.51139.56149.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=38.54%
G=25.52%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489813800.340.070.4231220.3348.24
Hex94628A02272A1381430
Octal2241422120427524702460
Binary10010100110001010001010010001011110101010011100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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