#94648A

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

Shades of Strikemaster #94648A

Tints of Strikemaster #94648A

Color information

#94648A (or 0x94648A) is unknown color: approx Strikemaster. HEX triplet: 94, 64 and 8A. RGB value is (148,100,138). Sum of RGB (Red+Green+Blue) = 148+100+138=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #94648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94648A is #6B9B75. Grayscale: #767676. Windows color (decimal): -7052150 or 9069716. OLE color: 9069716.

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

Color convert

RGB148100138-
CMYK00.320.070.42
HSL312.5º19.35%48.63%-
HSV(B)312.5º32.43%58.04%-
XYZ21.3617.2526.25-
YUV118.68138.9148.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.34%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=38.34%
G=25.91%
B=35.75%

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
Decimal14810013800.320.070.42312.519.3548.63
Hex94648A02072A1381331
Octal2241442120407524702361
Binary10010100110010010001010010000011110101010011100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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