#965477

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

Shades of Strikemaster #965477

Tints of Strikemaster #965477

Color information

#965477 (or 0x965477) is unknown color: approx Strikemaster. HEX triplet: 96, 54 and 77. RGB value is (150,84,119). Sum of RGB (Red+Green+Blue) = 150+84+119=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #965477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965477 is #69AB88. Grayscale: #6B6B6B. Windows color (decimal): -6925193 or 7820438. OLE color: 7820438.

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

Color convert

RGB15084119-
CMYK00.440.210.41
HSL328.18º28.21%45.88%-
HSV(B)328.18º44%58.82%-
XYZ19.0814.1619.18-
YUV107.72134.37158.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=42.49%
G=23.80%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508411900.440.210.41328.1828.2145.88
Hex96547702C15291481c2e
Octal22612416705425515103456
Binary100101101010100111011101011001010110100110100100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965477; }

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

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

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

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

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

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

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

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