#964A81

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

Shades of Strikemaster #964A81

Tints of Strikemaster #964A81

Color information

#964A81 (or 0x964A81) is unknown color: approx Strikemaster. HEX triplet: 96, 4A and 81. RGB value is (150,74,129). Sum of RGB (Red+Green+Blue) = 150+74+129=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #964A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964A81 is #69B57E. Grayscale: #666666. Windows color (decimal): -6927743 or 8473238. OLE color: 8473238.

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

Color convert

RGB15074129-
CMYK00.510.140.41
HSL316.58º33.93%43.92%-
HSV(B)316.58º50.67%58.82%-
XYZ18.9912.9722.27-
YUV102.99142.68161.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 129 (50.78% from 255) = 36.54%
R=42.49%
G=20.96%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507412900.510.140.41316.5833.9343.92
Hex964A81033E2913d222c
Octal22611220106316514754254
Binary1001011010010101000000101100111110101001100111101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,74,129); }

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

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

 a { background-color: rgb(150,74,129); }

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

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

 span { border-color: rgb(150,74,129); }

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