#99547F

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

Shades of Strikemaster #99547F

Tints of Strikemaster #99547F

Color information

#99547F (or 0x99547F) is unknown color: approx Strikemaster. HEX triplet: 99, 54 and 7F. RGB value is (153,84,127). Sum of RGB (Red+Green+Blue) = 153+84+127=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99547F is #66AB80. Grayscale: #6D6D6D. Windows color (decimal): -6728577 or 8344729. OLE color: 8344729.

HSL color Cylindrical-coordinate representation of color #99547F: hue angle of 322.61º 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 #99547F is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB15384127-
CMYK00.450.170.4
HSL322.61º29.11%46.47%-
HSV(B)322.61º45.1%60%-
XYZ20.1414.6521.84-
YUV109.53137.86159-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 127 (50% from 255) = 34.89%
R=42.03%
G=23.08%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538412700.450.170.4322.6129.1146.47
Hex99547F02D11281431d2e
Octal23112417705521505033556
Binary100110011010100111111101011011000110100010100001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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