#935580

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

Shades of Strikemaster #935580

Tints of Strikemaster #935580

Color information

#935580 (or 0x935580) is unknown color: approx Strikemaster. HEX triplet: 93, 55 and 80. RGB value is (147,85,128). Sum of RGB (Red+Green+Blue) = 147+85+128=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #935580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935580 is #6CAA7F. Grayscale: #6C6C6C. Windows color (decimal): -7121536 or 8410515. OLE color: 8410515.

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

Color convert

RGB14785128-
CMYK00.420.130.42
HSL318.39º26.72%45.49%-
HSV(B)318.39º42.18%57.65%-
XYZ19.1814.2622.16-
YUV108.44139.04155.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=40.83%
G=23.61%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478512800.420.130.42318.3926.7245.49
Hex93558002AD2A13e1b2d
Octal22312520005215524763355
Binary100100111010101100000000101010110110101010011111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935580; }

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

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

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

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

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

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

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

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