#94657F

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

Shades of Strikemaster #94657F

Tints of Strikemaster #94657F

Color information

#94657F (or 0x94657F) is unknown color: approx Strikemaster. HEX triplet: 94, 65 and 7F. RGB value is (148,101,127). Sum of RGB (Red+Green+Blue) = 148+101+127=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #94657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94657F is #6B9A80. Grayscale: #757575. Windows color (decimal): -7051905 or 8349076. OLE color: 8349076.

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

Color convert

RGB148101127-
CMYK00.320.140.42
HSL326.81º18.88%48.82%-
HSV(B)326.81º31.76%58.04%-
XYZ20.717.1422.3-
YUV118.02133.07149.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 127 (50% from 255) = 33.78%
R=39.36%
G=26.86%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810112700.320.140.42326.8118.8848.82
Hex94657F020E2A1471331
Octal22414517704016525072361
Binary10010100110010111111110100000111010101010100011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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