#98457F

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

Shades of Strikemaster #98457F

Tints of Strikemaster #98457F

Color information

#98457F (or 0x98457F) is unknown color: approx Strikemaster. HEX triplet: 98, 45 and 7F. RGB value is (152,69,127). Sum of RGB (Red+Green+Blue) = 152+69+127=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #98457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98457F is #67BA80. Grayscale: #646464. Windows color (decimal): -6797953 or 8340888. OLE color: 8340888.

HSL color Cylindrical-coordinate representation of color #98457F: hue angle of 318.07º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98457F is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB15269127-
CMYK00.550.160.40
HSL318.07º37.56%43.33%-
HSV(B)318.07º54.61%59.61%-
XYZ18.9112.4621.49-
YUV100.43143164.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 69 (27.34% from 255) = 19.83%
BLUE value IS 127 (50% from 255) = 36.49%
R=43.68%
G=19.83%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526912700.550.160.40318.0737.5643.33
Hex98457F037102813e262b
Octal23010517706720504764653
Binary1001100010001011111111011011110000101000100111110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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