#98657D

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

Shades of Strikemaster #98657D

Tints of Strikemaster #98657D

Color information

#98657D (or 0x98657D) is unknown color: approx Strikemaster. HEX triplet: 98, 65 and 7D. RGB value is (152,101,125). Sum of RGB (Red+Green+Blue) = 152+101+125=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98657D is #679A82. Grayscale: #767676. Windows color (decimal): -6789763 or 8218008. OLE color: 8218008.

HSL color Cylindrical-coordinate representation of color #98657D: hue angle of 331.76º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98657D is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152101125-
CMYK00.340.180.40
HSL331.76º20.16%49.61%-
HSV(B)331.76º33.55%59.61%-
XYZ21.317.4621.65-
YUV118.98131.4151.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=40.21%
G=26.72%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210112500.340.180.40331.7620.1649.61
Hex98657D022122814c1432
Octal23014517504222505142462
Binary100110001100101111110101000101001010100010100110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98657D; }

 p { color: rgb(152,101,125); }

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

<style>
 a { background-color: #98657D; }

 a { background-color: rgb(152,101,125); }

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

<style>
 span { border-color: #98657D; }

 span { border-color: rgb(152,101,125); }

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