#98537B

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

Shades of Strikemaster #98537B

Tints of Strikemaster #98537B

Color information

#98537B (or 0x98537B) is unknown color: approx Strikemaster. HEX triplet: 98, 53 and 7B. RGB value is (152,83,123). Sum of RGB (Red+Green+Blue) = 152+83+123=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #98537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98537B is #67AC84. Grayscale: #6C6C6C. Windows color (decimal): -6794373 or 8082328. OLE color: 8082328.

HSL color Cylindrical-coordinate representation of color #98537B: 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 #98537B is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB15283123-
CMYK00.450.190.40
HSL325.22º29.36%46.08%-
HSV(B)325.22º45.39%59.61%-
XYZ19.6214.2920.46-
YUV108.19136.36159.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=42.46%
G=23.18%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528312300.450.190.40325.2229.3646.08
Hex98537B02D13281451d2e
Octal23012317305523505053556
Binary100110001010011111101101011011001110100010100010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,83,123); }

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

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

 a { background-color: rgb(152,83,123); }

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

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

 span { border-color: rgb(152,83,123); }

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