#965387

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

Shades of Strikemaster #965387

Tints of Strikemaster #965387

Color information

#965387 (or 0x965387) is unknown color: approx Strikemaster. HEX triplet: 96, 53 and 87. RGB value is (150,83,135). Sum of RGB (Red+Green+Blue) = 150+83+135=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #965387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965387 is #69AC78. Grayscale: #6C6C6C. Windows color (decimal): -6925433 or 8868758. OLE color: 8868758.

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

Color convert

RGB15083135-
CMYK00.450.10.41
HSL313.43º28.76%45.69%-
HSV(B)313.43º44.67%58.82%-
XYZ20.0414.4224.65-
YUV108.96142.7157.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=40.76%
G=22.55%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508313500.450.10.41313.4328.7645.69
Hex96538702DA291391d2e
Octal22612320705512514713556
Binary100101101010011100001110101101101010100110011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965387; }

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

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

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

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

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

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

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

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