#966387

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

Shades of Strikemaster #966387

Tints of Strikemaster #966387

Color information

#966387 (or 0x966387) is unknown color: approx Strikemaster. HEX triplet: 96, 63 and 87. RGB value is (150,99,135). Sum of RGB (Red+Green+Blue) = 150+99+135=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #966387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966387 is #699C78. Grayscale: #767676. Windows color (decimal): -6921337 or 8872854. OLE color: 8872854.

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

Color convert

RGB15099135-
CMYK00.340.10.41
HSL317.65º20.48%48.82%-
HSV(B)317.65º34%58.82%-
XYZ21.4117.1625.1-
YUV118.35137.4150.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=39.06%
G=25.78%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509913500.340.10.41317.6520.4848.82
Hex966387022A2913e1431
Octal22614320704212514762461
Binary100101101100011100001110100010101010100110011111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966387; }

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

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

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

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

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

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

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

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