#98578A

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

Shades of Strikemaster #98578A

Tints of Strikemaster #98578A

Color information

#98578A (or 0x98578A) is unknown color: approx Strikemaster. HEX triplet: 98, 57 and 8A. RGB value is (152,87,138). Sum of RGB (Red+Green+Blue) = 152+87+138=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98578A is #67A875. Grayscale: #707070. Windows color (decimal): -6793334 or 9066392. OLE color: 9066392.

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

Color convert

RGB15287138-
CMYK00.430.090.40
HSL312.92º27.2%46.86%-
HSV(B)312.92º42.76%59.61%-
XYZ20.9415.3325.9-
YUV112.25142.53156.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=40.32%
G=23.08%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528713800.430.090.40312.9227.246.86
Hex98578A02B9281391b2f
Octal23012721205311504713357
Binary100110001010111100010100101011100110100010011100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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