#964D7C

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

Shades of Strikemaster #964D7C

Tints of Strikemaster #964D7C

Color information

#964D7C (or 0x964D7C) is unknown color: approx Strikemaster. HEX triplet: 96, 4D and 7C. RGB value is (150,77,124). Sum of RGB (Red+Green+Blue) = 150+77+124=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #964D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D7C is #69B283. Grayscale: #686868. Windows color (decimal): -6926980 or 8146326. OLE color: 8146326.

HSL color Cylindrical-coordinate representation of color #964D7C: hue angle of 321.37º 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 #964D7C is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15077124-
CMYK00.490.170.41
HSL321.37º32.16%44.51%-
HSV(B)321.37º48.67%58.82%-
XYZ18.8713.2520.63-
YUV104.18139.18160.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=42.74%
G=21.94%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507712400.490.170.41321.3732.1644.51
Hex964D7C0311129141202d
Octal22611517406121515014055
Binary1001011010011011111100011000110001101001101000001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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