#98467F

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

Shades of Strikemaster #98467F

Tints of Strikemaster #98467F

Color information

#98467F (or 0x98467F) is unknown color: approx Strikemaster. HEX triplet: 98, 46 and 7F. RGB value is (152,70,127). Sum of RGB (Red+Green+Blue) = 152+70+127=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #98467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98467F is #67B980. Grayscale: #646464. Windows color (decimal): -6797697 or 8341144. OLE color: 8341144.

HSL color Cylindrical-coordinate representation of color #98467F: hue angle of 318.29º 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 #98467F is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB15270127-
CMYK00.540.160.40
HSL318.29º36.94%43.53%-
HSV(B)318.29º53.95%59.61%-
XYZ18.9712.5921.51-
YUV101.02142.67164.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 127 (50% from 255) = 36.39%
R=43.55%
G=20.06%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527012700.540.160.40318.2936.9443.53
Hex98467F036102813e252c
Octal23010617706620504764554
Binary1001100010001101111111011011010000101000100111110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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