#935F7E

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

Shades of Strikemaster #935F7E

Tints of Strikemaster #935F7E

Color information

#935F7E (or 0x935F7E) is unknown color: approx Strikemaster. HEX triplet: 93, 5F and 7E. RGB value is (147,95,126). Sum of RGB (Red+Green+Blue) = 147+95+126=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #935F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935F7E is #6CA081. Grayscale: #727272. Windows color (decimal): -7118978 or 8282003. OLE color: 8282003.

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

Color convert

RGB14795126-
CMYK00.350.140.42
HSL324.23º21.49%47.45%-
HSV(B)324.23º35.37%57.65%-
XYZ19.8915.8921.76-
YUV114.08134.73151.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.95%
GREEN value IS 95 (37.5% from 255) = 25.82%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=39.95%
G=25.82%
B=34.24%

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
Decimal1479512600.350.140.42324.2321.4947.45
Hex935F7E023E2A144152f
Octal22313717604316525042557
Binary10010011101111111111100100011111010101010100010010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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