#965177

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

Shades of Strikemaster #965177

Tints of Strikemaster #965177

Color information

#965177 (or 0x965177) is unknown color: approx Strikemaster. HEX triplet: 96, 51 and 77. RGB value is (150,81,119). Sum of RGB (Red+Green+Blue) = 150+81+119=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #965177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965177 is #69AE88. Grayscale: #696969. Windows color (decimal): -6925961 or 7819670. OLE color: 7819670.

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

Color convert

RGB15081119-
CMYK00.460.210.41
HSL326.96º29.87%45.29%-
HSV(B)326.96º46%58.82%-
XYZ18.8513.719.1-
YUV105.96135.36159.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 119 (46.88% from 255) = 34%
R=42.86%
G=23.14%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508111900.460.210.41326.9629.8745.29
Hex96517702E15291471e2d
Octal22612116705625515073655
Binary100101101010001111011101011101010110100110100011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965177; }

 p { color: rgb(150,81,119); }

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

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

 a { background-color: rgb(150,81,119); }

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

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

 span { border-color: rgb(150,81,119); }

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