#935377

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

Shades of Strikemaster #935377

Tints of Strikemaster #935377

Color information

#935377 (or 0x935377) is unknown color: approx Strikemaster. HEX triplet: 93, 53 and 77. RGB value is (147,83,119). Sum of RGB (Red+Green+Blue) = 147+83+119=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #935377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935377 is #6CAC88. Grayscale: #6A6A6A. Windows color (decimal): -7122057 or 7820179. OLE color: 7820179.

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

Color convert

RGB14783119-
CMYK00.440.190.42
HSL326.25º27.83%45.1%-
HSV(B)326.25º43.54%57.65%-
XYZ18.4613.7219.13-
YUV106.24135.2157.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 119 (46.88% from 255) = 34.10%
R=42.12%
G=23.78%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478311900.440.190.42326.2527.8345.1
Hex93537702C132A1461c2d
Octal22312316705423525063455
Binary100100111010011111011101011001001110101010100011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935377; }

 p { color: rgb(147,83,119); }

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

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

 a { background-color: rgb(147,83,119); }

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

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

 span { border-color: rgb(147,83,119); }

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