#936680

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

Shades of Strikemaster #936680

Tints of Strikemaster #936680

Color information

#936680 (or 0x936680) is unknown color: approx Strikemaster. HEX triplet: 93, 66 and 80. RGB value is (147,102,128). Sum of RGB (Red+Green+Blue) = 147+102+128=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #936680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936680 is #6C997F. Grayscale: #767676. Windows color (decimal): -7117184 or 8414867. OLE color: 8414867.

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

Color convert

RGB147102128-
CMYK00.310.130.42
HSL325.33º18.07%48.82%-
HSV(B)325.33º30.61%57.65%-
XYZ20.6817.2622.66-
YUV118.42133.41148.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=38.99%
G=27.06%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710212800.310.130.42325.3318.0748.82
Hex93668001FD2A1451231
Octal22314620003715525052261
Binary10010011110011010000000011111110110101010100010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936680; }

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

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

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

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

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

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

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

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