#964B7A

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

Shades of Strikemaster #964B7A

Tints of Strikemaster #964B7A

Color information

#964B7A (or 0x964B7A) is unknown color: approx Strikemaster. HEX triplet: 96, 4B and 7A. RGB value is (150,75,122). Sum of RGB (Red+Green+Blue) = 150+75+122=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #964B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B7A is #69B485. Grayscale: #666666. Windows color (decimal): -6927494 or 8014742. OLE color: 8014742.

HSL color Cylindrical-coordinate representation of color #964B7A: hue angle of 322.4º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B7A is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15075122-
CMYK00.50.190.41
HSL322.4º33.33%44.12%-
HSV(B)322.4º50%58.82%-
XYZ18.6112.9219.93-
YUV102.78138.85161.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=43.23%
G=21.61%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507512200.50.190.41322.433.3344.12
Hex964B7A0321329142212c
Octal22611317206223515024154
Binary1001011010010111111010011001010011101001101000010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,75,122); }

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

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

 a { background-color: rgb(150,75,122); }

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

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

 span { border-color: rgb(150,75,122); }

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