#98678C

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

Shades of Strikemaster #98678C

Tints of Strikemaster #98678C

Color information

#98678C (or 0x98678C) is unknown color: approx Strikemaster. HEX triplet: 98, 67 and 8C. RGB value is (152,103,140). Sum of RGB (Red+Green+Blue) = 152+103+140=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #98678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98678C is #679873. Grayscale: #797979. Windows color (decimal): -6789236 or 9201560. OLE color: 9201560.

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

Color convert

RGB152103140-
CMYK00.320.080.40
HSL314.69º19.22%50%-
HSV(B)314.69º32.24%59.61%-
XYZ22.5318.2727.15-
YUV121.87138.23149.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=38.48%
G=26.08%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210314000.320.080.40314.6919.2250
Hex98678C02082813b1332
Octal23014721404010504732362
Binary100110001100111100011000100000100010100010011101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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