#934B79

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

Shades of Strikemaster #934B79

Tints of Strikemaster #934B79

Color information

#934B79 (or 0x934B79) is unknown color: approx Strikemaster. HEX triplet: 93, 4B and 79. RGB value is (147,75,121). Sum of RGB (Red+Green+Blue) = 147+75+121=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #934B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934B79 is #6CB486. Grayscale: #656565. Windows color (decimal): -7124103 or 7949203. OLE color: 7949203.

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

Color convert

RGB14775121-
CMYK00.490.180.42
HSL321.67º32.43%43.53%-
HSV(B)321.67º48.98%57.65%-
XYZ1812.6219.58-
YUV101.77138.85160.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=42.86%
G=21.87%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477512100.490.180.42321.6732.4343.53
Hex934B79031122A142202c
Octal22311317106122525024054
Binary1001001110010111111001011000110010101010101000010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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