#936E7F

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

Shades of Strikemaster #936E7F

Tints of Strikemaster #936E7F

Color information

#936E7F (or 0x936E7F) is unknown color: approx Strikemaster. HEX triplet: 93, 6E and 7F. RGB value is (147,110,127). Sum of RGB (Red+Green+Blue) = 147+110+127=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #936E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E7F is #6C9180. Grayscale: #7A7A7A. Windows color (decimal): -7115137 or 8351379. OLE color: 8351379.

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

Color convert

RGB147110127-
CMYK00.250.140.42
HSL332.43º14.62%50.39%-
HSV(B)332.43º25.17%57.65%-
XYZ21.4418.8922.59-
YUV123130.26145.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 110 (43.36% from 255) = 28.65%
BLUE value IS 127 (50% from 255) = 33.07%
R=38.28%
G=28.65%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711012700.250.140.42332.4314.6250.39
Hex936E7F019E2A14cf32
Octal22315617703116525141762
Binary100100111101110111111101100111101010101010011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,110,127); }

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

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

 a { background-color: rgb(147,110,127); }

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

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

 span { border-color: rgb(147,110,127); }

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