#965679

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

Shades of Strikemaster #965679

Tints of Strikemaster #965679

Color information

#965679 (or 0x965679) is unknown color: approx Strikemaster. HEX triplet: 96, 56 and 79. RGB value is (150,86,121). Sum of RGB (Red+Green+Blue) = 150+86+121=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #965679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965679 is #69A986. Grayscale: #6D6D6D. Windows color (decimal): -6924679 or 7952022. OLE color: 7952022.

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

Color convert

RGB15086121-
CMYK00.430.190.41
HSL327.19º27.12%46.27%-
HSV(B)327.19º42.67%58.82%-
XYZ19.3614.5219.87-
YUV109.13134.7157.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=42.02%
G=24.09%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508612100.430.190.41327.1927.1246.27
Hex96567902B13291471b2e
Octal22612617105323515073356
Binary100101101010110111100101010111001110100110100011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965679; }

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

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

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

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

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

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

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

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