#966584

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

Shades of Strikemaster #966584

Tints of Strikemaster #966584

Color information

#966584 (or 0x966584) is unknown color: approx Strikemaster. HEX triplet: 96, 65 and 84. RGB value is (150,101,132). Sum of RGB (Red+Green+Blue) = 150+101+132=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #966584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966584 is #699A7B. Grayscale: #777777. Windows color (decimal): -6920828 or 8676758. OLE color: 8676758.

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

Color convert

RGB150101132-
CMYK00.330.120.41
HSL322.04º19.52%49.22%-
HSV(B)322.04º32.67%58.82%-
XYZ21.417.4624.07-
YUV119.18135.23149.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 132 (51.95% from 255) = 34.46%
R=39.16%
G=26.37%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010113200.330.120.41322.0419.5249.22
Hex966584021C291421431
Octal22614520404114515022461
Binary100101101100101100001000100001110010100110100001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966584; }

 p { color: rgb(150,101,132); }

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

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

 a { background-color: rgb(150,101,132); }

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

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

 span { border-color: rgb(150,101,132); }

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