#98607C

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

Shades of Strikemaster #98607C

Tints of Strikemaster #98607C

Color information

#98607C (or 0x98607C) is unknown color: approx Strikemaster. HEX triplet: 98, 60 and 7C. RGB value is (152,96,124). Sum of RGB (Red+Green+Blue) = 152+96+124=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #98607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98607C is #679F83. Grayscale: #737373. Windows color (decimal): -6791044 or 8151192. OLE color: 8151192.

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

Color convert

RGB15296124-
CMYK00.370.180.40
HSL330º22.58%48.63%-
HSV(B)330º36.84%59.61%-
XYZ20.7716.521.16-
YUV115.94132.55153.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=40.86%
G=25.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529612400.370.180.4033022.5848.63
Hex98607C025122814a1731
Octal23014017404522505122761
Binary100110001100000111110001001011001010100010100101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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