#936B8A

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

Shades of Strikemaster #936B8A

Tints of Strikemaster #936B8A

Color information

#936B8A (or 0x936B8A) is unknown color: approx Strikemaster. HEX triplet: 93, 6B and 8A. RGB value is (147,107,138). Sum of RGB (Red+Green+Blue) = 147+107+138=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #936B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936B8A is #6C9475. Grayscale: #7A7A7A. Windows color (decimal): -7115894 or 9071507. OLE color: 9071507.

HSL color Cylindrical-coordinate representation of color #936B8A: hue angle of 313.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #936B8A is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB147107138-
CMYK00.270.060.42
HSL313.5º15.75%49.8%-
HSV(B)313.5º27.21%57.65%-
XYZ21.8818.5526.47-
YUV122.49136.75145.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=37.5%
G=27.30%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710713800.270.060.42313.515.7549.8
Hex936B8A01B62A13a1032
Octal2231532120336524722062
Binary1001001111010111000101001101111010101010011101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936B8A; }

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

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

<style>
 a { background-color: #936B8A; }

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

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

<style>
 span { border-color: #936B8A; }

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

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