#98547F

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

Shades of Strikemaster #98547F

Tints of Strikemaster #98547F

Color information

#98547F (or 0x98547F) is unknown color: approx Strikemaster. HEX triplet: 98, 54 and 7F. RGB value is (152,84,127). Sum of RGB (Red+Green+Blue) = 152+84+127=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98547F is #67AB80. Grayscale: #6D6D6D. Windows color (decimal): -6794113 or 8344728. OLE color: 8344728.

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

Color convert

RGB15284127-
CMYK00.450.160.40
HSL322.06º28.81%46.27%-
HSV(B)322.06º44.74%59.61%-
XYZ19.9514.5521.84-
YUV109.23138.03158.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 127 (50% from 255) = 34.99%
R=41.87%
G=23.14%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528412700.450.160.40322.0628.8146.27
Hex98547F02D10281421d2e
Octal23012417705520505023556
Binary100110001010100111111101011011000010100010100001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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