#96547F

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

Shades of Strikemaster #96547F

Tints of Strikemaster #96547F

Color information

#96547F (or 0x96547F) is unknown color: approx Strikemaster. HEX triplet: 96, 54 and 7F. RGB value is (150,84,127). Sum of RGB (Red+Green+Blue) = 150+84+127=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96547F is #69AB80. Grayscale: #6C6C6C. Windows color (decimal): -6925185 or 8344726. OLE color: 8344726.

HSL color Cylindrical-coordinate representation of color #96547F: hue angle of 320.91º 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 #96547F is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15084127-
CMYK00.440.150.41
HSL320.91º28.21%45.88%-
HSV(B)320.91º44%58.82%-
XYZ19.5814.3621.82-
YUV108.64138.37157.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 127 (50% from 255) = 35.18%
R=41.55%
G=23.27%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508412700.440.150.41320.9128.2145.88
Hex96547F02CF291411c2e
Octal22612417705417515013456
Binary10010110101010011111110101100111110100110100000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96547F; }

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

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

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

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

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

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

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

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