#936E83

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

Shades of Strikemaster #936E83

Tints of Strikemaster #936E83

Color information

#936E83 (or 0x936E83) is unknown color: approx Strikemaster. HEX triplet: 93, 6E and 83. RGB value is (147,110,131). Sum of RGB (Red+Green+Blue) = 147+110+131=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #936E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936E83 is #6C917C. Grayscale: #7B7B7B. Windows color (decimal): -7115133 or 8613523. OLE color: 8613523.

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

Color convert

RGB147110131-
CMYK00.250.110.42
HSL325.95º14.62%50.39%-
HSV(B)325.95º25.17%57.65%-
XYZ21.7118.9923.99-
YUV123.46132.26144.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 131 (51.56% from 255) = 33.76%
R=37.89%
G=28.35%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711013100.250.110.42325.9514.6250.39
Hex936E83019B2A146f32
Octal22315620303113525061762
Binary1001001111011101000001101100110111010101010001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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