#965079

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

Shades of Strikemaster #965079

Tints of Strikemaster #965079

Color information

#965079 (or 0x965079) is unknown color: approx Strikemaster. HEX triplet: 96, 50 and 79. RGB value is (150,80,121). Sum of RGB (Red+Green+Blue) = 150+80+121=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #965079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965079 is #69AF86. Grayscale: #696969. Windows color (decimal): -6926215 or 7950486. OLE color: 7950486.

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

Color convert

RGB15080121-
CMYK00.470.190.41
HSL324.86º30.43%45.1%-
HSV(B)324.86º46.67%58.82%-
XYZ18.913.619.72-
YUV105.6136.69159.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 121 (47.66% from 255) = 34.47%
R=42.74%
G=22.79%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508012100.470.190.41324.8630.4345.1
Hex96507902F13291451e2d
Octal22612017105723515053655
Binary100101101010000111100101011111001110100110100010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965079; }

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

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

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

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

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

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

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

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