#964879

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

Shades of Strikemaster #964879

Tints of Strikemaster #964879

Color information

#964879 (or 0x964879) is unknown color: approx Strikemaster. HEX triplet: 96, 48 and 79. RGB value is (150,72,121). Sum of RGB (Red+Green+Blue) = 150+72+121=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #964879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964879 is #69B786. Grayscale: #646464. Windows color (decimal): -6928263 or 7948438. OLE color: 7948438.

HSL color Cylindrical-coordinate representation of color #964879: hue angle of 322.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964879 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15072121-
CMYK00.520.190.41
HSL322.31º35.14%43.53%-
HSV(B)322.31º52%58.82%-
XYZ18.3512.519.53-
YUV100.91139.34163.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=43.73%
G=20.99%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507212100.520.190.41322.3135.1443.53
Hex9648790341329142232c
Octal22611017106423515024354
Binary1001011010010001111001011010010011101001101000010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964879; }

 p { color: rgb(150,72,121); }

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

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

 a { background-color: rgb(150,72,121); }

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

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

 span { border-color: rgb(150,72,121); }

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