#936980

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

Shades of Strikemaster #936980

Tints of Strikemaster #936980

Color information

#936980 (or 0x936980) is unknown color: approx Strikemaster. HEX triplet: 93, 69 and 80. RGB value is (147,105,128). Sum of RGB (Red+Green+Blue) = 147+105+128=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 147 - color contains mainly: red. Hex color #936980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936980 is #6C967F. Grayscale: #787878. Windows color (decimal): -7116416 or 8415635. OLE color: 8415635.

HSL color Cylindrical-coordinate representation of color #936980: hue angle of 327.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #936980 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB147105128-
CMYK00.290.130.42
HSL327.14º16.67%49.41%-
HSV(B)327.14º28.57%57.65%-
XYZ20.9817.8622.76-
YUV120.18132.41147.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=38.68%
G=27.63%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710512800.290.130.42327.1416.6749.41
Hex93698001DD2A1471131
Octal22315120003515525072161
Binary10010011110100110000000011101110110101010100011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936980; }

 p { color: rgb(147,105,128); }

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

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

 a { background-color: rgb(147,105,128); }

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

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

 span { border-color: rgb(147,105,128); }

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