#936C83

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

Shades of Strikemaster #936C83

Tints of Strikemaster #936C83

Color information

#936C83 (or 0x936C83) is unknown color: approx Strikemaster. HEX triplet: 93, 6C and 83. RGB value is (147,108,131). Sum of RGB (Red+Green+Blue) = 147+108+131=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #936C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936C83 is #6C937C. Grayscale: #7A7A7A. Windows color (decimal): -7115645 or 8613011. OLE color: 8613011.

HSL color Cylindrical-coordinate representation of color #936C83: hue angle of 324.62º degrees, saturation: 0.15, 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 #936C83 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB147108131-
CMYK00.270.110.42
HSL324.62º15.29%50%-
HSV(B)324.62º26.53%57.65%-
XYZ21.4918.5723.92-
YUV122.28132.92145.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 108 (42.58% from 255) = 27.98%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=38.08%
G=27.98%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710813100.270.110.42324.6215.2950
Hex936C8301BB2A145f32
Octal22315420303313525051762
Binary1001001111011001000001101101110111010101010001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,108,131); }

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

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

 a { background-color: rgb(147,108,131); }

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

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

 span { border-color: rgb(147,108,131); }

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