#94658B

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

Shades of Strikemaster #94658B

Tints of Strikemaster #94658B

Color information

#94658B (or 0x94658B) is unknown color: approx Strikemaster. HEX triplet: 94, 65 and 8B. RGB value is (148,101,139). Sum of RGB (Red+Green+Blue) = 148+101+139=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94658B is #6B9A74. Grayscale: #777777. Windows color (decimal): -7051893 or 9135508. OLE color: 9135508.

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

Color convert

RGB148101139-
CMYK00.320.060.42
HSL311.49º18.88%48.82%-
HSV(B)311.49º31.76%58.04%-
XYZ21.5317.4726.66-
YUV119.38139.07148.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=38.14%
G=26.03%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810113900.320.060.42311.4918.8848.82
Hex94658B02062A1371331
Octal2241452130406524672361
Binary10010100110010110001011010000011010101010011011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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