#98617C

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

Shades of Strikemaster #98617C

Tints of Strikemaster #98617C

Color information

#98617C (or 0x98617C) is unknown color: approx Strikemaster. HEX triplet: 98, 61 and 7C. RGB value is (152,97,124). Sum of RGB (Red+Green+Blue) = 152+97+124=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #98617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98617C is #679E83. Grayscale: #747474. Windows color (decimal): -6790788 or 8151448. OLE color: 8151448.

HSL color Cylindrical-coordinate representation of color #98617C: hue angle of 330.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98617C is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15297124-
CMYK00.360.180.40
HSL330.55º22.09%48.82%-
HSV(B)330.55º36.18%59.61%-
XYZ20.8616.6821.19-
YUV116.52132.22153.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 97 (38.28% from 255) = 26.01%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=40.75%
G=26.01%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529712400.360.180.40330.5522.0948.82
Hex98617C024122814b1631
Octal23014117404422505132661
Binary100110001100001111110001001001001010100010100101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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