#96547A

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

Shades of Strikemaster #96547A

Tints of Strikemaster #96547A

Color information

#96547A (or 0x96547A) is unknown color: approx Strikemaster. HEX triplet: 96, 54 and 7A. RGB value is (150,84,122). Sum of RGB (Red+Green+Blue) = 150+84+122=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96547A is #69AB85. Grayscale: #6B6B6B. Windows color (decimal): -6925190 or 8017046. OLE color: 8017046.

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

Color convert

RGB15084122-
CMYK00.440.190.41
HSL325.45º28.21%45.88%-
HSV(B)325.45º44%58.82%-
XYZ19.2614.2320.14-
YUV108.07135.87157.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=42.13%
G=23.60%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508412200.440.190.41325.4528.2145.88
Hex96547A02C13291451c2e
Octal22612417205423515053456
Binary100101101010100111101001011001001110100110100010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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