#935780

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

Shades of Strikemaster #935780

Tints of Strikemaster #935780

Color information

#935780 (or 0x935780) is unknown color: approx Strikemaster. HEX triplet: 93, 57 and 80. RGB value is (147,87,128). Sum of RGB (Red+Green+Blue) = 147+87+128=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #935780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935780 is #6CA87F. Grayscale: #6D6D6D. Windows color (decimal): -7121024 or 8411027. OLE color: 8411027.

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

Color convert

RGB14787128-
CMYK00.410.130.42
HSL319º25.64%45.88%-
HSV(B)319º40.82%57.65%-
XYZ19.3414.5822.22-
YUV109.61138.38154.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.61%
GREEN value IS 87 (34.38% from 255) = 24.03%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=40.61%
G=24.03%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478712800.410.130.4231925.6445.88
Hex935780029D2A13f1a2e
Octal22312720005115524773256
Binary100100111010111100000000101001110110101010011111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935780; }

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

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

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

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

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

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

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

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