#94537D

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

Shades of Strikemaster #94537D

Tints of Strikemaster #94537D

Color information

#94537D (or 0x94537D) is unknown color: approx Strikemaster. HEX triplet: 94, 53 and 7D. RGB value is (148,83,125). Sum of RGB (Red+Green+Blue) = 148+83+125=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94537D is #6BAC82. Grayscale: #6B6B6B. Windows color (decimal): -7056515 or 8213396. OLE color: 8213396.

HSL color Cylindrical-coordinate representation of color #94537D: hue angle of 321.23º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94537D is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14883125-
CMYK00.440.160.42
HSL321.23º28.14%45.29%-
HSV(B)321.23º43.92%58.04%-
XYZ19.0113.9621.1-
YUV107.22138.03157.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=41.57%
G=23.31%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488312500.440.160.42321.2328.1445.29
Hex94537D02C102A1411c2d
Octal22412317505420525013455
Binary100101001010011111110101011001000010101010100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94537D; }

 p { color: rgb(148,83,125); }

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

<style>
 a { background-color: #94537D; }

 a { background-color: rgb(148,83,125); }

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

<style>
 span { border-color: #94537D; }

 span { border-color: rgb(148,83,125); }

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