#98607F

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

Shades of Strikemaster #98607F

Tints of Strikemaster #98607F

Color information

#98607F (or 0x98607F) is unknown color: approx Strikemaster. HEX triplet: 98, 60 and 7F. RGB value is (152,96,127). Sum of RGB (Red+Green+Blue) = 152+96+127=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #98607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98607F is #679F80. Grayscale: #747474. Windows color (decimal): -6791041 or 8347800. OLE color: 8347800.

HSL color Cylindrical-coordinate representation of color #98607F: hue angle of 326.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98607F is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB15296127-
CMYK00.370.160.40
HSL326.79º22.58%48.63%-
HSV(B)326.79º36.84%59.61%-
XYZ20.9616.5722.17-
YUV116.28134.05153.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 127 (50% from 255) = 33.87%
R=40.53%
G=25.6%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529612700.370.160.40326.7922.5848.63
Hex98607F02510281471731
Octal23014017704520505072761
Binary100110001100000111111101001011000010100010100011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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