#99547C

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

Shades of Strikemaster #99547C

Tints of Strikemaster #99547C

Color information

#99547C (or 0x99547C) is unknown color: approx Strikemaster. HEX triplet: 99, 54 and 7C. RGB value is (153,84,124). Sum of RGB (Red+Green+Blue) = 153+84+124=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99547C is #66AB83. Grayscale: #6D6D6D. Windows color (decimal): -6728580 or 8148121. OLE color: 8148121.

HSL color Cylindrical-coordinate representation of color #99547C: hue angle of 325.22º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99547C is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB15384124-
CMYK00.450.190.4
HSL325.22º29.11%46.47%-
HSV(B)325.22º45.1%60%-
XYZ19.9514.5720.83-
YUV109.19136.36159.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=42.38%
G=23.27%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538412400.450.190.4325.2229.1146.47
Hex99547C02D13281451d2e
Octal23112417405523505053556
Binary100110011010100111110001011011001110100010100010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99547C; }

 p { color: rgb(153,84,124); }

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

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

 a { background-color: rgb(153,84,124); }

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

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

 span { border-color: rgb(153,84,124); }

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