#98447D

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

Shades of Strikemaster #98447D

Tints of Strikemaster #98447D

Color information

#98447D (or 0x98447D) is unknown color: approx Strikemaster. HEX triplet: 98, 44 and 7D. RGB value is (152,68,125). Sum of RGB (Red+Green+Blue) = 152+68+125=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98447D is #67BB82. Grayscale: #636363. Windows color (decimal): -6798211 or 8209560. OLE color: 8209560.

HSL color Cylindrical-coordinate representation of color #98447D: hue angle of 319.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98447D is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15268125-
CMYK00.550.180.40
HSL319.29º38.18%43.14%-
HSV(B)319.29º55.26%59.61%-
XYZ18.7212.2920.79-
YUV99.61142.33165.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=44.06%
G=19.71%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526812500.550.180.40319.2938.1843.14
Hex98447D037122813f262b
Octal23010417506722504774653
Binary1001100010001001111101011011110010101000100111111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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