#965780

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

Shades of Strikemaster #965780

Tints of Strikemaster #965780

Color information

#965780 (or 0x965780) is unknown color: approx Strikemaster. HEX triplet: 96, 57 and 80. RGB value is (150,87,128). Sum of RGB (Red+Green+Blue) = 150+87+128=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #965780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965780 is #69A87F. Grayscale: #6E6E6E. Windows color (decimal): -6924416 or 8411030. OLE color: 8411030.

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

Color convert

RGB15087128-
CMYK00.420.150.41
HSL320.95º26.58%46.47%-
HSV(B)320.95º42%58.82%-
XYZ19.8814.8622.24-
YUV110.51137.87156.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=41.10%
G=23.84%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508712800.420.150.41320.9526.5846.47
Hex96578002AF291411b2e
Octal22612720005217515013356
Binary100101101010111100000000101010111110100110100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965780; }

 p { color: rgb(150,87,128); }

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

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

 a { background-color: rgb(150,87,128); }

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

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

 span { border-color: rgb(150,87,128); }

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