#94647B

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

Shades of Strikemaster #94647B

Tints of Strikemaster #94647B

Color information

#94647B (or 0x94647B) is unknown color: approx Strikemaster. HEX triplet: 94, 64 and 7B. RGB value is (148,100,123). Sum of RGB (Red+Green+Blue) = 148+100+123=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #94647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94647B is #6B9B84. Grayscale: #747474. Windows color (decimal): -7052165 or 8086676. OLE color: 8086676.

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

Color convert

RGB148100123-
CMYK00.320.170.42
HSL331.25º19.35%48.63%-
HSV(B)331.25º32.43%58.04%-
XYZ20.3516.8420.92-
YUV116.97131.4150.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=39.89%
G=26.95%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810012300.320.170.42331.2519.3548.63
Hex94647B020112A14b1331
Octal22414417304021525132361
Binary100101001100100111101101000001000110101010100101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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