#964982

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

Shades of Strikemaster #964982

Tints of Strikemaster #964982

Color information

#964982 (or 0x964982) is unknown color: approx Strikemaster. HEX triplet: 96, 49 and 82. RGB value is (150,73,130). Sum of RGB (Red+Green+Blue) = 150+73+130=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #964982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964982 is #69B67D. Grayscale: #666666. Windows color (decimal): -6927998 or 8538518. OLE color: 8538518.

HSL color Cylindrical-coordinate representation of color #964982: hue angle of 315.58º degrees, saturation: 0.35, 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 #964982 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15073130-
CMYK00.510.130.41
HSL315.58º34.53%43.73%-
HSV(B)315.58º51.33%58.82%-
XYZ18.9912.8622.6-
YUV102.52143.51161.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=42.49%
G=20.68%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507313000.510.130.41315.5834.5343.73
Hex964982033D2913c232c
Octal22611120206315514744354
Binary1001011010010011000001001100111101101001100111100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964982; }

 p { color: rgb(150,73,130); }

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

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

 a { background-color: rgb(150,73,130); }

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

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

 span { border-color: rgb(150,73,130); }

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