#98457E

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

Shades of Strikemaster #98457E

Tints of Strikemaster #98457E

Color information

#98457E (or 0x98457E) is unknown color: approx Strikemaster. HEX triplet: 98, 45 and 7E. RGB value is (152,69,126). Sum of RGB (Red+Green+Blue) = 152+69+126=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98457E is #67BA81. Grayscale: #646464. Windows color (decimal): -6797954 or 8275352. OLE color: 8275352.

HSL color Cylindrical-coordinate representation of color #98457E: hue angle of 318.8º 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 #98457E is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB15269126-
CMYK00.550.170.40
HSL318.8º37.56%43.33%-
HSV(B)318.8º54.61%59.61%-
XYZ18.8412.4421.15-
YUV100.32142.5164.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=43.80%
G=19.88%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526912600.550.170.40318.837.5643.33
Hex98457E037112813f262b
Octal23010517606721504774653
Binary1001100010001011111110011011110001101000100111111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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