#965687

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

Shades of Strikemaster #965687

Tints of Strikemaster #965687

Color information

#965687 (or 0x965687) is unknown color: approx Strikemaster. HEX triplet: 96, 56 and 87. RGB value is (150,86,135). Sum of RGB (Red+Green+Blue) = 150+86+135=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #965687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965687 is #69A978. Grayscale: #6E6E6E. Windows color (decimal): -6924665 or 8869526. OLE color: 8869526.

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

Color convert

RGB15086135-
CMYK00.430.10.41
HSL314.06º27.12%46.27%-
HSV(B)314.06º42.67%58.82%-
XYZ20.2814.8924.73-
YUV110.72141.7156.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=40.43%
G=23.18%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508613500.430.10.41314.0627.1246.27
Hex96568702BA2913a1b2e
Octal22612620705312514723356
Binary100101101010110100001110101011101010100110011101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965687; }

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

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

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

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

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

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

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

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