#93617F

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

Shades of Strikemaster #93617F

Tints of Strikemaster #93617F

Color information

#93617F (or 0x93617F) is unknown color: approx Strikemaster. HEX triplet: 93, 61 and 7F. RGB value is (147,97,127). Sum of RGB (Red+Green+Blue) = 147+97+127=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #93617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93617F is #6C9E80. Grayscale: #737373. Windows color (decimal): -7118465 or 8348051. OLE color: 8348051.

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

Color convert

RGB14797127-
CMYK00.340.140.42
HSL324º20.49%47.84%-
HSV(B)324º34.01%57.65%-
XYZ20.1416.2822.16-
YUV115.37134.56150.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.62%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 127 (50% from 255) = 34.23%
R=39.62%
G=26.15%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479712700.340.140.4232420.4947.84
Hex93617F022E2A1441430
Octal22314117704216525042460
Binary10010011110000111111110100010111010101010100010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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