#93668A

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

Shades of Strikemaster #93668A

Tints of Strikemaster #93668A

Color information

#93668A (or 0x93668A) is unknown color: approx Strikemaster. HEX triplet: 93, 66 and 8A. RGB value is (147,102,138). Sum of RGB (Red+Green+Blue) = 147+102+138=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #93668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93668A is #6C9975. Grayscale: #777777. Windows color (decimal): -7117174 or 9070227. OLE color: 9070227.

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

Color convert

RGB147102138-
CMYK00.310.060.42
HSL312º18.07%48.82%-
HSV(B)312º30.61%57.65%-
XYZ21.3717.5426.3-
YUV119.56138.41147.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=37.98%
G=26.36%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710213800.310.060.4231218.0748.82
Hex93668A01F62A1381231
Octal2231462120376524702261
Binary1001001111001101000101001111111010101010011100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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