#934B7D

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

Shades of Strikemaster #934B7D

Tints of Strikemaster #934B7D

Color information

#934B7D (or 0x934B7D) is unknown color: approx Strikemaster. HEX triplet: 93, 4B and 7D. RGB value is (147,75,125). Sum of RGB (Red+Green+Blue) = 147+75+125=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #934B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934B7D is #6CB482. Grayscale: #666666. Windows color (decimal): -7124099 or 8211347. OLE color: 8211347.

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

Color convert

RGB14775125-
CMYK00.490.150.42
HSL318.33º32.43%43.53%-
HSV(B)318.33º48.98%57.65%-
XYZ18.2512.7220.89-
YUV102.23140.85159.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=42.36%
G=21.61%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477512500.490.150.42318.3332.4343.53
Hex934B7D031F2A13e202c
Octal22311317506117524764054
Binary100100111001011111110101100011111101010100111110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,75,125); }

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

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

 a { background-color: rgb(147,75,125); }

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

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

 span { border-color: rgb(147,75,125); }

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