#934C7E

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

Shades of Strikemaster #934C7E

Tints of Strikemaster #934C7E

Color information

#934C7E (or 0x934C7E) is unknown color: approx Strikemaster. HEX triplet: 93, 4C and 7E. RGB value is (147,76,126). Sum of RGB (Red+Green+Blue) = 147+76+126=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #934C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934C7E is #6CB381. Grayscale: #666666. Windows color (decimal): -7123842 or 8277139. OLE color: 8277139.

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

Color convert

RGB14776126-
CMYK00.480.140.42
HSL317.75º31.84%43.73%-
HSV(B)317.75º48.3%57.65%-
XYZ18.3812.8821.26-
YUV102.93141.02159.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 76 (30.08% from 255) = 21.78%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=42.12%
G=21.78%
B=36.10%

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
Decimal1477612600.480.140.42317.7531.8443.73
Hex934C7E030E2A13e202c
Octal22311417606016524764054
Binary100100111001100111111001100001110101010100111110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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