#946B7A

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

Shades of Strikemaster #946B7A

Tints of Strikemaster #946B7A

Color information

#946B7A (or 0x946B7A) is unknown color: approx Strikemaster. HEX triplet: 94, 6B and 7A. RGB value is (148,107,122). Sum of RGB (Red+Green+Blue) = 148+107+122=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #946B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B7A is #6B9485. Grayscale: #787878. Windows color (decimal): -7050374 or 8022932. OLE color: 8022932.

HSL color Cylindrical-coordinate representation of color #946B7A: hue angle of 338.05º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946B7A is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148107122-
CMYK00.280.180.42
HSL338.05º16.08%50%-
HSV(B)338.05º27.7%58.04%-
XYZ20.9818.2220.82-
YUV120.97128.58147.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 107 (42.19% from 255) = 28.38%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=39.26%
G=28.38%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810712200.280.180.42338.0516.0850
Hex946B7A01C122A1521032
Octal22415317203422525222062
Binary10010100110101111110100111001001010101010101001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946B7A; }

 p { color: rgb(148,107,122); }

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

<style>
 a { background-color: #946B7A; }

 a { background-color: rgb(148,107,122); }

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

<style>
 span { border-color: #946B7A; }

 span { border-color: rgb(148,107,122); }

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