#99547B

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

Shades of Strikemaster #99547B

Tints of Strikemaster #99547B

Color information

#99547B (or 0x99547B) is unknown color: approx Strikemaster. HEX triplet: 99, 54 and 7B. RGB value is (153,84,123). Sum of RGB (Red+Green+Blue) = 153+84+123=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99547B is #66AB84. Grayscale: #6C6C6C. Windows color (decimal): -6728581 or 8082585. OLE color: 8082585.

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

Color convert

RGB15384123-
CMYK00.450.200.4
HSL326.09º29.11%46.47%-
HSV(B)326.09º45.1%60%-
XYZ19.8814.5420.5-
YUV109.08135.86159.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=42.5%
G=23.33%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538412300.450.200.4326.0929.1146.47
Hex99547B02D14281461d2e
Octal23112417305524505063556
Binary100110011010100111101101011011010010100010100011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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