#934C7B

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

Shades of Strikemaster #934C7B

Tints of Strikemaster #934C7B

Color information

#934C7B (or 0x934C7B) is unknown color: approx Strikemaster. HEX triplet: 93, 4C and 7B. RGB value is (147,76,123). Sum of RGB (Red+Green+Blue) = 147+76+123=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #934C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934C7B is #6CB384. Grayscale: #666666. Windows color (decimal): -7123845 or 8080531. OLE color: 8080531.

HSL color Cylindrical-coordinate representation of color #934C7B: hue angle of 320.28º 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 #934C7B is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14776123-
CMYK00.480.160.42
HSL320.28º31.84%43.73%-
HSV(B)320.28º48.3%57.65%-
XYZ18.1912.820.25-
YUV102.59139.52159.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 76 (30.08% from 255) = 21.97%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=42.49%
G=21.97%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477612300.480.160.42320.2831.8443.73
Hex934C7B030102A140202c
Octal22311417306020525004054
Binary1001001110011001111011011000010000101010101000000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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