#935F7F

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

Shades of Strikemaster #935F7F

Tints of Strikemaster #935F7F

Color information

#935F7F (or 0x935F7F) is unknown color: approx Strikemaster. HEX triplet: 93, 5F and 7F. RGB value is (147,95,127). Sum of RGB (Red+Green+Blue) = 147+95+127=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #935F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935F7F is #6CA080. Grayscale: #727272. Windows color (decimal): -7118977 or 8347539. OLE color: 8347539.

HSL color Cylindrical-coordinate representation of color #935F7F: hue angle of 323.08º 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 #935F7F is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14795127-
CMYK00.350.140.42
HSL323.08º21.49%47.45%-
HSV(B)323.08º35.37%57.65%-
XYZ19.9615.9222.1-
YUV114.2135.23151.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 95 (37.5% from 255) = 25.75%
BLUE value IS 127 (50% from 255) = 34.42%
R=39.84%
G=25.75%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479512700.350.140.42323.0821.4947.45
Hex935F7F023E2A143152f
Octal22313717704316525032557
Binary10010011101111111111110100011111010101010100001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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