#93607D

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

Shades of Strikemaster #93607D

Tints of Strikemaster #93607D

Color information

#93607D (or 0x93607D) is unknown color: approx Strikemaster. HEX triplet: 93, 60 and 7D. RGB value is (147,96,125). Sum of RGB (Red+Green+Blue) = 147+96+125=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #93607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93607D is #6C9F82. Grayscale: #727272. Windows color (decimal): -7118723 or 8216723. OLE color: 8216723.

HSL color Cylindrical-coordinate representation of color #93607D: hue angle of 325.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93607D is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14796125-
CMYK00.350.150.42
HSL325.88º20.99%47.65%-
HSV(B)325.88º34.69%57.65%-
XYZ19.9216.0521.45-
YUV114.56133.9151.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.95%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 125 (49.22% from 255) = 33.97%
R=39.95%
G=26.09%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479612500.350.150.42325.8820.9947.65
Hex93607D023F2A1461530
Octal22314017504317525062560
Binary10010011110000011111010100011111110101010100011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,96,125); }

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

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

 a { background-color: rgb(147,96,125); }

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

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

 span { border-color: rgb(147,96,125); }

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