#935685

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

Shades of Strikemaster #935685

Tints of Strikemaster #935685

Color information

#935685 (or 0x935685) is unknown color: approx Strikemaster. HEX triplet: 93, 56 and 85. RGB value is (147,86,133). Sum of RGB (Red+Green+Blue) = 147+86+133=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #935685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935685 is #6CA97A. Grayscale: #6D6D6D. Windows color (decimal): -7121275 or 8738451. OLE color: 8738451.

HSL color Cylindrical-coordinate representation of color #935685: hue angle of 313.77º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935685 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14786133-
CMYK00.410.100.42
HSL313.77º26.18%45.69%-
HSV(B)313.77º41.5%57.65%-
XYZ19.5914.5523.97-
YUV109.6141.21154.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.16%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=40.16%
G=23.50%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478613300.410.100.42313.7726.1845.69
Hex935685029A2A13a1a2e
Octal22312620505112524723256
Binary100100111010110100001010101001101010101010011101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935685; }

 p { color: rgb(147,86,133); }

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

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

 a { background-color: rgb(147,86,133); }

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

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

 span { border-color: rgb(147,86,133); }

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