#93698A

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

Shades of Strikemaster #93698A

Tints of Strikemaster #93698A

Color information

#93698A (or 0x93698A) is unknown color: approx Strikemaster. HEX triplet: 93, 69 and 8A. RGB value is (147,105,138). Sum of RGB (Red+Green+Blue) = 147+105+138=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #93698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93698A is #6C9675. Grayscale: #797979. Windows color (decimal): -7116406 or 9070995. OLE color: 9070995.

HSL color Cylindrical-coordinate representation of color #93698A: hue angle of 312.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93698A is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB147105138-
CMYK00.290.060.42
HSL312.86º16.67%49.41%-
HSV(B)312.86º28.57%57.65%-
XYZ21.6718.1426.4-
YUV121.32137.41146.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.69%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=37.69%
G=26.92%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710513800.290.060.42312.8616.6749.41
Hex93698A01D62A1391131
Octal2231512120356524712161
Binary1001001111010011000101001110111010101010011100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93698A; }

 p { color: rgb(147,105,138); }

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

<style>
 a { background-color: #93698A; }

 a { background-color: rgb(147,105,138); }

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

<style>
 span { border-color: #93698A; }

 span { border-color: rgb(147,105,138); }

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