#964b7f

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

Shades of Strikemaster #964B7F

Tints of Strikemaster #964B7F

Color information

#964B7F (or 0x964B7F) is unknown color: approx Strikemaster. HEX triplet: 96, 4B and 7F. RGB value is (150,75,127). Sum of RGB (Red+Green+Blue) = 150+75+127=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #964B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B7F is #69B480. Grayscale: #676767. Windows color (decimal): -6927489 or 8342422. OLE color: 8342422.

HSL color Cylindrical-coordinate representation of color #964B7F: hue angle of 318.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 #964B7F is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15075127-
CMYK00.50.150.41
HSL318.4º33.33%44.12%-
HSV(B)318.4º50%58.82%-
XYZ18.9213.0521.6-
YUV103.35141.35161.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 75 (29.69% from 255) = 21.31%
BLUE value IS 127 (50% from 255) = 36.08%
R=42.61%
G=21.31%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507512700.50.150.41318.433.3344.12
Hex964B7F032F2913e212c
Octal22611317706217514764154
Binary100101101001011111111101100101111101001100111110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964b7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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