#936780

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

Shades of Strikemaster #936780

Tints of Strikemaster #936780

Color information

#936780 (or 0x936780) is unknown color: approx Strikemaster. HEX triplet: 93, 67 and 80. RGB value is (147,103,128). Sum of RGB (Red+Green+Blue) = 147+103+128=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #936780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936780 is #6C987F. Grayscale: #767676. Windows color (decimal): -7116928 or 8415123. OLE color: 8415123.

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

Color convert

RGB147103128-
CMYK00.300.130.42
HSL325.91º17.6%49.02%-
HSV(B)325.91º29.93%57.65%-
XYZ20.7817.4622.7-
YUV119.01133.08147.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=38.89%
G=27.25%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710312800.300.130.42325.9117.649.02
Hex93678001ED2A1461231
Octal22314720003615525062261
Binary10010011110011110000000011110110110101010100011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936780; }

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

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

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

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

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

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

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

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