#98467C

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

Shades of Strikemaster #98467C

Tints of Strikemaster #98467C

Color information

#98467C (or 0x98467C) is unknown color: approx Strikemaster. HEX triplet: 98, 46 and 7C. RGB value is (152,70,124). Sum of RGB (Red+Green+Blue) = 152+70+124=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98467C is #67B983. Grayscale: #646464. Windows color (decimal): -6797700 or 8144536. OLE color: 8144536.

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

Color convert

RGB15270124-
CMYK00.540.180.40
HSL320.49º36.94%43.53%-
HSV(B)320.49º53.95%59.61%-
XYZ18.7812.5120.49-
YUV100.67141.17164.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=43.93%
G=20.23%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527012400.540.180.40320.4936.9443.53
Hex98467C0361228140252c
Octal23010617406622505004554
Binary1001100010001101111100011011010010101000101000000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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