#98598A

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

Shades of Strikemaster #98598A

Tints of Strikemaster #98598A

Color information

#98598A (or 0x98598A) is unknown color: approx Strikemaster. HEX triplet: 98, 59 and 8A. RGB value is (152,89,138). Sum of RGB (Red+Green+Blue) = 152+89+138=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98598A is #67A675. Grayscale: #717171. Windows color (decimal): -6792822 or 9066904. OLE color: 9066904.

HSL color Cylindrical-coordinate representation of color #98598A: hue angle of 313.33º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98598A is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15289138-
CMYK00.410.090.40
HSL313.33º26.14%47.25%-
HSV(B)313.33º41.45%59.61%-
XYZ21.1115.6625.95-
YUV113.42141.87155.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=40.11%
G=23.48%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528913800.410.090.40313.3326.1447.25
Hex98598A0299281391a2f
Octal23013121205111504713257
Binary100110001011001100010100101001100110100010011100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98598A; }

 p { color: rgb(152,89,138); }

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

<style>
 a { background-color: #98598A; }

 a { background-color: rgb(152,89,138); }

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

<style>
 span { border-color: #98598A; }

 span { border-color: rgb(152,89,138); }

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