#93617D

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

Shades of Strikemaster #93617D

Tints of Strikemaster #93617D

Color information

#93617D (or 0x93617D) is unknown color: approx Strikemaster. HEX triplet: 93, 61 and 7D. RGB value is (147,97,125). Sum of RGB (Red+Green+Blue) = 147+97+125=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #93617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93617D is #6C9E82. Grayscale: #737373. Windows color (decimal): -7118467 or 8216979. OLE color: 8216979.

HSL color Cylindrical-coordinate representation of color #93617D: hue angle of 326.4º 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 #93617D is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14797125-
CMYK00.340.150.42
HSL326.4º20.49%47.84%-
HSV(B)326.4º34.01%57.65%-
XYZ20.0116.2321.48-
YUV115.14133.56150.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=39.84%
G=26.29%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479712500.340.150.42326.420.4947.84
Hex93617D022F2A1461430
Octal22314117504217525062460
Binary10010011110000111111010100010111110101010100011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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