#935F7D

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

Shades of Strikemaster #935F7D

Tints of Strikemaster #935F7D

Color information

#935F7D (or 0x935F7D) is unknown color: approx Strikemaster. HEX triplet: 93, 5F and 7D. RGB value is (147,95,125). Sum of RGB (Red+Green+Blue) = 147+95+125=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #935F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935F7D is #6CA082. Grayscale: #717171. Windows color (decimal): -7118979 or 8216467. OLE color: 8216467.

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

Color convert

RGB14795125-
CMYK00.350.150.42
HSL325.38º21.49%47.45%-
HSV(B)325.38º35.37%57.65%-
XYZ19.8315.8721.42-
YUV113.97134.23151.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.05%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=40.05%
G=25.89%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479512500.350.150.42325.3821.4947.45
Hex935F7D023F2A145152f
Octal22313717504317525052557
Binary10010011101111111111010100011111110101010100010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,95,125); }

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

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

 a { background-color: rgb(147,95,125); }

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

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

 span { border-color: rgb(147,95,125); }

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