#965986

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

Shades of Strikemaster #965986

Tints of Strikemaster #965986

Color information

#965986 (or 0x965986) is unknown color: approx Strikemaster. HEX triplet: 96, 59 and 86. RGB value is (150,89,134). Sum of RGB (Red+Green+Blue) = 150+89+134=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #965986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965986 is #69A679. Grayscale: #707070. Windows color (decimal): -6923898 or 8804758. OLE color: 8804758.

HSL color Cylindrical-coordinate representation of color #965986: hue angle of 315.74º 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 #965986 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15089134-
CMYK00.410.110.41
HSL315.74º25.52%46.86%-
HSV(B)315.74º40.67%58.82%-
XYZ20.4515.3524.44-
YUV112.37140.21154.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 89 (35.16% from 255) = 23.86%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=40.21%
G=23.86%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508913400.410.110.41315.7425.5246.86
Hex965986029B2913c1a2f
Octal22613120605113514743257
Binary100101101011001100001100101001101110100110011110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965986; }

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

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

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

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

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

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

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

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