#965989

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

Shades of Strikemaster #965989

Tints of Strikemaster #965989

Color information

#965989 (or 0x965989) is unknown color: approx Strikemaster. HEX triplet: 96, 59 and 89. RGB value is (150,89,137). Sum of RGB (Red+Green+Blue) = 150+89+137=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #965989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965989 is #69A676. Grayscale: #707070. Windows color (decimal): -6923895 or 9001366. OLE color: 9001366.

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

Color convert

RGB15089137-
CMYK00.410.090.41
HSL312.79º25.52%46.86%-
HSV(B)312.79º40.67%58.82%-
XYZ20.6715.4325.56-
YUV112.71141.71154.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 137 (53.91% from 255) = 36.44%
R=39.89%
G=23.67%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508913700.410.090.41312.7925.5246.86
Hex9659890299291391a2f
Octal22613121105111514713257
Binary100101101011001100010010101001100110100110011100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965989; }

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

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

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

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

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

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

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

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