#98678D

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

Shades of Strikemaster #98678D

Tints of Strikemaster #98678D

Color information

#98678D (or 0x98678D) is unknown color: approx Strikemaster. HEX triplet: 98, 67 and 8D. RGB value is (152,103,141). Sum of RGB (Red+Green+Blue) = 152+103+141=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #98678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98678D is #679872. Grayscale: #797979. Windows color (decimal): -6789235 or 9267096. OLE color: 9267096.

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

Color convert

RGB152103141-
CMYK00.320.070.40
HSL313.47º19.22%50%-
HSV(B)313.47º32.24%59.61%-
XYZ22.6118.327.54-
YUV121.98138.73149.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 103 (40.62% from 255) = 26.01%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=38.38%
G=26.01%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210314100.320.070.40313.4719.2250
Hex98678D0207281391332
Octal2301472150407504712362
Binary10011000110011110001101010000011110100010011100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,103,141); }

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

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

 a { background-color: rgb(152,103,141); }

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

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

 span { border-color: rgb(152,103,141); }

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