#964E78

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

Shades of Strikemaster #964E78

Tints of Strikemaster #964E78

Color information

#964E78 (or 0x964E78) is unknown color: approx Strikemaster. HEX triplet: 96, 4E and 78. RGB value is (150,78,120). Sum of RGB (Red+Green+Blue) = 150+78+120=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #964E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E78 is #69B187. Grayscale: #686868. Windows color (decimal): -6926728 or 7884438. OLE color: 7884438.

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

Color convert

RGB15078120-
CMYK00.480.200.41
HSL325º31.58%44.71%-
HSV(B)325º48%58.82%-
XYZ18.6913.2919.35-
YUV104.32136.85160.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=43.10%
G=22.41%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507812000.480.200.4132531.5844.71
Hex964E780301429145202d
Octal22611617006024515054055
Binary1001011010011101111000011000010100101001101000101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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