#93668B

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

Shades of Strikemaster #93668B

Tints of Strikemaster #93668B

Color information

#93668B (or 0x93668B) is unknown color: approx Strikemaster. HEX triplet: 93, 66 and 8B. RGB value is (147,102,139). Sum of RGB (Red+Green+Blue) = 147+102+139=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #93668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93668B is #6C9974. Grayscale: #777777. Windows color (decimal): -7117173 or 9135763. OLE color: 9135763.

HSL color Cylindrical-coordinate representation of color #93668B: hue angle of 310.67º 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 #93668B is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB147102139-
CMYK00.310.050.42
HSL310.67º18.07%48.82%-
HSV(B)310.67º30.61%57.65%-
XYZ21.4417.5726.69-
YUV119.67138.91147.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=37.89%
G=26.29%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710213900.310.050.42310.6718.0748.82
Hex93668B01F52A1371231
Octal2231462130375524672261
Binary1001001111001101000101101111110110101010011011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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