#93627F

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

Shades of Strikemaster #93627F

Tints of Strikemaster #93627F

Color information

#93627F (or 0x93627F) is unknown color: approx Strikemaster. HEX triplet: 93, 62 and 7F. RGB value is (147,98,127). Sum of RGB (Red+Green+Blue) = 147+98+127=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #93627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93627F is #6C9D80. Grayscale: #737373. Windows color (decimal): -7118209 or 8348307. OLE color: 8348307.

HSL color Cylindrical-coordinate representation of color #93627F: hue angle of 324.49º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93627F is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14798127-
CMYK00.330.140.42
HSL324.49º20%48.04%-
HSV(B)324.49º33.33%57.65%-
XYZ20.2316.4722.19-
YUV115.96134.23150.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 127 (50% from 255) = 34.14%
R=39.52%
G=26.34%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479812700.330.140.42324.492048.04
Hex93627F021E2A1441430
Octal22314217704116525042460
Binary10010011110001011111110100001111010101010100010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,98,127); }

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

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

 a { background-color: rgb(147,98,127); }

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

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

 span { border-color: rgb(147,98,127); }

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