#936086

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

Shades of Strikemaster #936086

Tints of Strikemaster #936086

Color information

#936086 (or 0x936086) is unknown color: approx Strikemaster. HEX triplet: 93, 60 and 86. RGB value is (147,96,134). Sum of RGB (Red+Green+Blue) = 147+96+134=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #936086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936086 is #6C9F79. Grayscale: #737373. Windows color (decimal): -7118714 or 8806547. OLE color: 8806547.

HSL color Cylindrical-coordinate representation of color #936086: hue angle of 315.29º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #936086 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14796134-
CMYK00.350.090.42
HSL315.29º20.99%47.65%-
HSV(B)315.29º34.69%57.65%-
XYZ20.5216.2924.62-
YUV115.58138.4150.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=38.99%
G=25.46%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479613400.350.090.42315.2920.9947.65
Hex93608602392A13b1530
Octal22314020604311524732560
Binary100100111100000100001100100011100110101010011101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936086; }

 p { color: rgb(147,96,134); }

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

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

 a { background-color: rgb(147,96,134); }

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

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

 span { border-color: rgb(147,96,134); }

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