#965789

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

Shades of Strikemaster #965789

Tints of Strikemaster #965789

Color information

#965789 (or 0x965789) is unknown color: approx Strikemaster. HEX triplet: 96, 57 and 89. RGB value is (150,87,137). Sum of RGB (Red+Green+Blue) = 150+87+137=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #965789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965789 is #69A876. Grayscale: #6F6F6F. Windows color (decimal): -6924407 or 9000854. OLE color: 9000854.

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

Color convert

RGB15087137-
CMYK00.420.090.41
HSL312.38º26.58%46.47%-
HSV(B)312.38º42%58.82%-
XYZ20.515.1125.5-
YUV111.54142.37155.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.11%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 137 (53.91% from 255) = 36.63%
R=40.11%
G=23.26%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508713700.420.090.41312.3826.5846.47
Hex96578902A9291381b2e
Octal22612721105211514703356
Binary100101101010111100010010101010100110100110011100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965789; }

 p { color: rgb(150,87,137); }

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

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

 a { background-color: rgb(150,87,137); }

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

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

 span { border-color: rgb(150,87,137); }

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