#936080

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

Shades of Strikemaster #936080

Tints of Strikemaster #936080

Color information

#936080 (or 0x936080) is unknown color: approx Strikemaster. HEX triplet: 93, 60 and 80. RGB value is (147,96,128). Sum of RGB (Red+Green+Blue) = 147+96+128=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #936080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936080 is #6C9F7F. Grayscale: #727272. Windows color (decimal): -7118720 or 8413331. OLE color: 8413331.

HSL color Cylindrical-coordinate representation of color #936080: hue angle of 322.35º 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 #936080 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14796128-
CMYK00.350.130.42
HSL322.35º20.99%47.65%-
HSV(B)322.35º34.69%57.65%-
XYZ20.1116.1322.47-
YUV114.9135.4150.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.62%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=39.62%
G=25.88%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479612800.350.130.42322.3520.9947.65
Hex936080023D2A1421530
Octal22314020004315525022560
Binary100100111100000100000000100011110110101010100001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936080; }

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

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

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

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

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

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

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

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