#964D78

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

Shades of Strikemaster #964D78

Tints of Strikemaster #964D78

Color information

#964D78 (or 0x964D78) is unknown color: approx Strikemaster. HEX triplet: 96, 4D and 78. RGB value is (150,77,120). Sum of RGB (Red+Green+Blue) = 150+77+120=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #964D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D78 is #69B287. Grayscale: #676767. Windows color (decimal): -6926984 or 7884182. OLE color: 7884182.

HSL color Cylindrical-coordinate representation of color #964D78: hue angle of 324.66º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D78 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB15077120-
CMYK00.490.200.41
HSL324.66º32.16%44.51%-
HSV(B)324.66º48.67%58.82%-
XYZ18.6213.1519.33-
YUV103.73137.18161-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 77 (30.47% from 255) = 22.19%
BLUE value IS 120 (47.27% from 255) = 34.58%
R=43.23%
G=22.19%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507712000.490.200.41324.6632.1644.51
Hex964D780311429145202d
Octal22611517006124515054055
Binary1001011010011011111000011000110100101001101000101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,77,120); }

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

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

 a { background-color: rgb(150,77,120); }

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

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

 span { border-color: rgb(150,77,120); }

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