#934C7F

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

Shades of Strikemaster #934C7F

Tints of Strikemaster #934C7F

Color information

#934C7F (or 0x934C7F) is unknown color: approx Strikemaster. HEX triplet: 93, 4C and 7F. RGB value is (147,76,127). Sum of RGB (Red+Green+Blue) = 147+76+127=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #934C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934C7F is #6CB380. Grayscale: #666666. Windows color (decimal): -7123841 or 8342675. OLE color: 8342675.

HSL color Cylindrical-coordinate representation of color #934C7F: hue angle of 316.9º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #934C7F is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14776127-
CMYK00.480.140.42
HSL316.9º31.84%43.73%-
HSV(B)316.9º48.3%57.65%-
XYZ18.4512.921.6-
YUV103.04141.52159.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 76 (30.08% from 255) = 21.71%
BLUE value IS 127 (50% from 255) = 36.29%
R=42%
G=21.71%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477612700.480.140.42316.931.8443.73
Hex934C7F030E2A13d202c
Octal22311417706016524754054
Binary100100111001100111111101100001110101010100111101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934C7F; }

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

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

<style>
 a { background-color: #934C7F; }

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

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

<style>
 span { border-color: #934C7F; }

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

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