#98547D

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

Shades of Strikemaster #98547D

Tints of Strikemaster #98547D

Color information

#98547D (or 0x98547D) is unknown color: approx Strikemaster. HEX triplet: 98, 54 and 7D. RGB value is (152,84,125). Sum of RGB (Red+Green+Blue) = 152+84+125=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98547D is #67AB82. Grayscale: #6C6C6C. Windows color (decimal): -6794115 or 8213656. OLE color: 8213656.

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

Color convert

RGB15284125-
CMYK00.450.180.40
HSL323.82º28.81%46.27%-
HSV(B)323.82º44.74%59.61%-
XYZ19.8214.521.16-
YUV109.01137.03158.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=42.11%
G=23.27%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528412500.450.180.40323.8228.8146.27
Hex98547D02D12281441d2e
Octal23012417505522505043556
Binary100110001010100111110101011011001010100010100010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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