#935D78

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

Shades of Strikemaster #935D78

Tints of Strikemaster #935D78

Color information

#935D78 (or 0x935D78) is unknown color: approx Strikemaster. HEX triplet: 93, 5D and 78. RGB value is (147,93,120). Sum of RGB (Red+Green+Blue) = 147+93+120=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #935D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D78 is #6CA287. Grayscale: #707070. Windows color (decimal): -7119496 or 7888275. OLE color: 7888275.

HSL color Cylindrical-coordinate representation of color #935D78: hue angle of 330º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935D78 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14793120-
CMYK00.370.180.42
HSL330º22.5%47.06%-
HSV(B)330º36.73%57.65%-
XYZ19.3415.3919.72-
YUV112.22132.39152.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 93 (36.72% from 255) = 25.83%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=40.83%
G=25.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479312000.370.180.4233022.547.06
Hex935D78025122A14a162f
Octal22313517004522525122657
Binary100100111011101111100001001011001010101010100101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935D78; }

 p { color: rgb(147,93,120); }

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

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

 a { background-color: rgb(147,93,120); }

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

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

 span { border-color: rgb(147,93,120); }

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