#98607E

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

Shades of Strikemaster #98607E

Tints of Strikemaster #98607E

Color information

#98607E (or 0x98607E) is unknown color: approx Strikemaster. HEX triplet: 98, 60 and 7E. RGB value is (152,96,126). Sum of RGB (Red+Green+Blue) = 152+96+126=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #98607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98607E is #679F81. Grayscale: #747474. Windows color (decimal): -6791042 or 8282264. OLE color: 8282264.

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

Color convert

RGB15296126-
CMYK00.370.170.40
HSL327.86º22.58%48.63%-
HSV(B)327.86º36.84%59.61%-
XYZ20.916.5521.83-
YUV116.16133.55153.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=40.64%
G=25.67%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529612600.370.170.40327.8622.5848.63
Hex98607E02511281481731
Octal23014017604521505102761
Binary100110001100000111111001001011000110100010100100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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