#935B78

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

Shades of Strikemaster #935B78

Tints of Strikemaster #935B78

Color information

#935B78 (or 0x935B78) is unknown color: approx Strikemaster. HEX triplet: 93, 5B and 78. RGB value is (147,91,120). Sum of RGB (Red+Green+Blue) = 147+91+120=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #935B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B78 is #6CA487. Grayscale: #6E6E6E. Windows color (decimal): -7120008 or 7887763. OLE color: 7887763.

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

Color convert

RGB14791120-
CMYK00.380.180.42
HSL328.93º23.53%46.67%-
HSV(B)328.93º38.1%57.65%-
XYZ19.1615.0419.66-
YUV111.05133.05153.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 91 (35.94% from 255) = 25.42%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=41.06%
G=25.42%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479112000.380.180.42328.9323.5346.67
Hex935B78026122A149182f
Octal22313317004622525113057
Binary100100111011011111100001001101001010101010100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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