#965585

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

Shades of Strikemaster #965585

Tints of Strikemaster #965585

Color information

#965585 (or 0x965585) is unknown color: approx Strikemaster. HEX triplet: 96, 55 and 85. RGB value is (150,85,133). Sum of RGB (Red+Green+Blue) = 150+85+133=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #965585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965585 is #69AA7A. Grayscale: #6D6D6D. Windows color (decimal): -6924923 or 8738198. OLE color: 8738198.

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

Color convert

RGB15085133-
CMYK00.430.110.41
HSL315.69º27.66%46.08%-
HSV(B)315.69º43.33%58.82%-
XYZ20.0614.6723.97-
YUV109.91141.03156.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=40.76%
G=23.10%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508513300.430.110.41315.6927.6646.08
Hex96558502BB2913c1c2e
Octal22612520505313514743456
Binary100101101010101100001010101011101110100110011110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965585; }

 p { color: rgb(150,85,133); }

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

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

 a { background-color: rgb(150,85,133); }

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

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

 span { border-color: rgb(150,85,133); }

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